Re: -current buildworld fails 24 hours

2003-02-23 Thread Richard Arends
On Sun, 23 Feb 2003, Yamada Ken Takeshi wrote:

   I have the following error with make buildworld since
 Feb. 21th, 0900GMT with my P3x2 box.

   boot2 seems exceeding the size limit, any fix?

Same here, with the sources of today (upped en builded twice, but both
time's the same error)

Regards,

Richard.


Paul Vixie in an interview with Sendmail.net:

Now that the Internet has the full spectrum of humanity as users,
the technology is showing its weakness: it was designed to be
used by friendly, smart people. Spammers, as an example of a class,
are neither friendly nor smart.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


-current buildworld fails 24 hours

2003-02-22 Thread Yamada Ken Takeshi
  I have the following error with make buildworld since 
Feb. 21th, 0900GMT with my P3x2 box.

  boot2 seems exceeding the size limit, any fix?


:::
sed -e '/align/d' -e '/nop/d'  boot2.s.tmp  boot2.s
rm -f boot2.s.tmp
as  -o boot2.o boot2.s
ld -nostdlib -static -N --gc-sections -Ttext 0x2000 -o boot2.out  
/usr/obj/usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o
objcopy -S -O binary boot2.out boot2.bin
btxld -v -E 0x2000 -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=780 load=9000 entry=9010 map=16M pgctl=1:1
client: fmt=bin size=1691 text=0 data=0 bss=0 entry=0
output: fmt=bin size=1f25 text=114 data=1e11 org=0 entry=0
-293 bytes available
*** Error code 1
1 error
*** Error code 2
1 error

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message