From owner-freebsd-stable Tue Sep 24 2:23:32 2002 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 AE40237B401 for ; Tue, 24 Sep 2002 02:23:30 -0700 (PDT) Received: from nlfirewall.newleaf.co.uk (gateway.newleaf.co.uk [62.49.160.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FEF043E81 for ; Tue, 24 Sep 2002 02:23:29 -0700 (PDT) (envelope-from jvanham@newleaf.co.uk) Received: (qmail 41243 invoked by uid 85); 24 Sep 2002 09:29:31 -0000 Received: from jvanham@newleaf.co.uk by nlfirewall.newleaf.co.uk by uid 82 with qmail-scanner-1.12 (sweep: 2.10/3.61. . Clear:. Processed in 1.147991 secs); 24 Sep 2002 09:29:31 -0000 Received: from nlpdc.newleaf.co.uk (10.0.0.182) by nlfirewall.newleaf.co.uk with SMTP; 24 Sep 2002 09:29:30 -0000 Received: by NLPDC.newleaf.co.uk with Internet Mail Service (5.5.2653.19) id ; Tue, 24 Sep 2002 10:25:45 +0100 Message-ID: From: John Van Ham To: freebsd-users@uk.freebsd.org, "'freebsd-stable@freebsd.org'" Cc: "'lou.kamenov@aeye.net'" Subject: RE: make buildworld failure Date: Tue, 24 Sep 2002 10:25:37 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lou Kamenov [mailto:lou.kamenov@aeye.net] said On 22 September 2002 01:11: >> After cvsuping the stable branch - running 'make buildworld' on a >> 4.4-release machine after some time I get the following error: >> >> ===> sys/boot/i386/btx/lib >> as -elf -o btxcsu.o /home/freebsd/src/sys/boot/i386/btx/lib/btxcsu.s >> as -elf -o btxsys.o /home/freebsd/src/sys/boot/i386/btx/lib/btxsys.s >> as -elf -o btxv86.o /home/freebsd/src/sys/boot/i386/btx/lib/btxv86.s >> ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o >> ===> sys/boot/i386/boot2 >> >> as --defsym FLAGS=0x80 /home/freebsd/src/sys/boot/i386/boot2/boot1.s >> -o boot1.o ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out >> boot1.o objcopy -S -O binary boot1.out boot1 dd if=/dev/zero >> of=boot2.ldr bs=512 count=1 2>/dev/null >> *** Error code 126 >> Stop in /home/freebsd/src/sys/boot/i386/boot2. >> *** Error code 1 >> >> Stop in /home/freebsd/src/sys/boot/i386. >> *** Error code 1 >> >> Stop in /home/freebsd/src/sys/boot. >> *** Error code 1 >> >> Stop in /home/freebsd/src/sys. >> *** Error code 1 >> >> Stop in /home/freebsd/src. >> *** Error code 1 >> >> Stop in /home/freebsd/src. >> *** Error code 1 > i suppose it something aroud `dd ...` > try it manually `dd if=/dev/zero of=boot2.ldr bs=512 count1 2>/dev/null` > > may be permission denied?:) Tried that: bash-2.05# pwd /usr/src/sys/boot/i386/boot2 bash-2.05# dd if=/dev/zero of=boot2.ldr bs=512 count1 2>/dev/null bash-2.05# As you can see no problems! >> I have tried removing /usr/obj/* and running 'make cleandir && make >> cleandir' in /usr/src and cvsuping again - no luck. > uh, thats weird, i`d remove usr/src and download the src tree from the ftp again (change in options from 4.4-SOMETHING to 4.6-RELEASE) && cvsup and rebuild. Ok I removed completely /usr/obj/* and /usr/src/* then told cvsup to grab 4.6.2-RELEASE, ran make buildworld and exactly the same problem occurs >> I upgraded a 4.6-stable machine to 4.7-rc fine aswell as another >> 4.4-release machine to 4.7-rc... Seems the third time isn't always >> lucky! >> >> Suggestions please :) Any ideas anyone? John Van Ham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message