Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-22 Thread James Chang
Thanks Yuri.
It solve my problem :)

Best Regards!

2009/12/22 Yuri Pankov :
> On Tue, Dec 22, 2009 at 01:52:14PM +0800, James Chang wrote:
>> Dears,
>>
>>     Today, I use ctm upgrade my FreeBSD source code to "src-7 859"
>> When I try to make world, in make buildworld stage it show me "World
>> build completed on Tue Dec 22 12:57:30 CST 2009"
>> But when I execute "make installworld" it show me the following ERROR 
>> message:
>>
>> ===> sys/boot/i386/btx (install)
>> ===> sys/boot/i386/btx/btx (install)
>> ===> sys/boot/i386/btx/btxldr (install)
>> ===> sys/boot/i386/btx/lib (install)
>> ===> sys/boot/i386/boot2 (install)
>> cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer
>> -fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx
>> -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80
>>  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
>> -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  -Winline
>> --param max-inline-insns-single=100 -ffreestanding
>> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
>> -mno-sse3 -m32 -march=i386  -S -o boot2.s.tmp
>> /usr/src/sys/boot/i386/boot2/boot2.c
>> sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
>> rm -f boot2.s.tmp
>> as  --32 -o boot2.o boot2.s
>> ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -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
>> btxld:No such file or directory
>> *** 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.
>> *** Error code 1
>>
>> Stop in /usr/src.
>>
>> =
>> PS. My "uname -a" before make installworld
>> FreeBSD db1.books.com.tw 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Dec  3
>> 23:08:26 CST 2009
>> r...@db1.books.com.tw:/usr/obj/usr/src/sys/GENERIC  amd64
>>
>>
>> Best Regards!
>
> Looks like 
> http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028377.html
>
>
> Yuri
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread Yuri Pankov
On Tue, Dec 22, 2009 at 01:52:14PM +0800, James Chang wrote:
> Dears,
> 
> Today, I use ctm upgrade my FreeBSD source code to "src-7 859"
> When I try to make world, in make buildworld stage it show me "World
> build completed on Tue Dec 22 12:57:30 CST 2009"
> But when I execute "make installworld" it show me the following ERROR message:
> 
> ===> sys/boot/i386/btx (install)
> ===> sys/boot/i386/btx/btx (install)
> ===> sys/boot/i386/btx/btxldr (install)
> ===> sys/boot/i386/btx/lib (install)
> ===> sys/boot/i386/boot2 (install)
> cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer
> -fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx
> -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80
>  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
> -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  -Winline
> --param max-inline-insns-single=100 -ffreestanding
> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
> -mno-sse3 -m32 -march=i386  -S -o boot2.s.tmp
> /usr/src/sys/boot/i386/boot2/boot2.c
> sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
> rm -f boot2.s.tmp
> as  --32 -o boot2.o boot2.s
> ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -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
> btxld:No such file or directory
> *** 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.
> *** Error code 1
> 
> Stop in /usr/src.
> 
> =
> PS. My "uname -a" before make installworld
> FreeBSD db1.books.com.tw 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Dec  3
> 23:08:26 CST 2009
> r...@db1.books.com.tw:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> 
> Best Regards!

Looks like 
http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028377.html


Yuri
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread James Chang
Dear Sir,
  My update steps as following:
1.ctm to the latest source
2.rm -rf /usr/orb/*
3.cd /usr/src
4.make buildworld
5.make buildkernel
7.make installkernel
8.make installworld
9.FAILED :<

Best Regards!

  James Chang

2009/12/22 Andriy Gapon :
> on 22/12/2009 07:52 James Chang said the following:
>>     Today, I use ctm upgrade my FreeBSD source code to "src-7 859"
>> When I try to make world, in make buildworld stage it show me "World
>> build completed on Tue Dec 22 12:57:30 CST 2009"
>> But when I execute "make installworld" it show me the following ERROR 
>> message:
>>
>> ===> sys/boot/i386/btx (install)
>> ===> sys/boot/i386/btx/btx (install)
>> ===> sys/boot/i386/btx/btxldr (install)
>> ===> sys/boot/i386/btx/lib (install)
>> ===> sys/boot/i386/boot2 (install)
>> cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer
>> -fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx
>> -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80
>>  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
>> -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  -Winline
>> --param max-inline-insns-single=100 -ffreestanding
>> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
>> -mno-sse3 -m32 -march=i386  -S -o boot2.s.tmp
>> /usr/src/sys/boot/i386/boot2/boot2.c
>> sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
>> rm -f boot2.s.tmp
>> as  --32 -o boot2.o boot2.s
>> ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -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
>> btxld:No such file or directory
>
> Have you, by a chance, updated/modified your sources between buildworld and
> installworld attempt?
>
> --
> Andriy Gapon
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread Andriy Gapon
on 22/12/2009 07:52 James Chang said the following:
> Today, I use ctm upgrade my FreeBSD source code to "src-7 859"
> When I try to make world, in make buildworld stage it show me "World
> build completed on Tue Dec 22 12:57:30 CST 2009"
> But when I execute "make installworld" it show me the following ERROR message:
> 
> ===> sys/boot/i386/btx (install)
> ===> sys/boot/i386/btx/btx (install)
> ===> sys/boot/i386/btx/btxldr (install)
> ===> sys/boot/i386/btx/lib (install)
> ===> sys/boot/i386/boot2 (install)
> cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer
> -fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx
> -mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80
>  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
> -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  -Winline
> --param max-inline-insns-single=100 -ffreestanding
> -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
> -mno-sse3 -m32 -march=i386  -S -o boot2.s.tmp
> /usr/src/sys/boot/i386/boot2/boot2.c
> sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
> rm -f boot2.s.tmp
> as  --32 -o boot2.o boot2.s
> ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -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
> btxld:No such file or directory

Have you, by a chance, updated/modified your sources between buildworld and
installworld attempt?

-- 
Andriy Gapon
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


FreeBSD 7.2-STABLE make installworld ERROR

2009-12-21 Thread James Chang
Dears,

Today, I use ctm upgrade my FreeBSD source code to "src-7 859"
When I try to make world, in make buildworld stage it show me "World
build completed on Tue Dec 22 12:57:30 CST 2009"
But when I execute "make installworld" it show me the following ERROR message:

===> sys/boot/i386/btx (install)
===> sys/boot/i386/btx/btx (install)
===> sys/boot/i386/btx/btxldr (install)
===> sys/boot/i386/btx/lib (install)
===> sys/boot/i386/boot2 (install)
cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer
-fno-unit-at-a-time  -mno-align-long-strings  -mrtd  -mno-mmx
-mno-3dnow -mno-sse -mno-sse2 -mno-sse3  -DUFS1_AND_UFS2  -DFLAGS=0x80
 -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
-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  -Winline
--param max-inline-insns-single=100 -ffreestanding
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2
-mno-sse3 -m32 -march=i386  -S -o boot2.s.tmp
/usr/src/sys/boot/i386/boot2/boot2.c
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
rm -f boot2.s.tmp
as  --32 -o boot2.o boot2.s
ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -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
btxld:No such file or directory
*** 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.
*** Error code 1

Stop in /usr/src.

=
PS. My "uname -a" before make installworld
FreeBSD db1.books.com.tw 7.2-STABLE FreeBSD 7.2-STABLE #1: Thu Dec  3
23:08:26 CST 2009
r...@db1.books.com.tw:/usr/obj/usr/src/sys/GENERIC  amd64


Best Regards!
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"