Re: make buildworld failing

2004-12-07 Thread Guillaume R.
While trying to update to 5.3 stable, buildworld errors out on

 me. I'm
 running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output,
 if you need more output please let me know. No luck looking up the
 errors in google, so your help is appreciated.

 try rm'ing your source tree and re-cvsup'ing
Lo
How could u do that? I'm interesting coz I've also got some problems
thx

   Worked like a charm. Thanks.

 Vonleigh Simmons
 http://illusionart.com/

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing

2004-12-07 Thread Vonleigh Simmons
try rm'ing your source tree and re-cvsup'ing
Lo
How could u do that? I'm interesting coz I've also got some problems
cd /usr/src
rm -rf *
Then follow the instructions in the handbook for cvsup:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing

2004-12-06 Thread luke
On Sun, 5 Dec 2004 17:09:18 -0800, Vonleigh Simmons
[EMAIL PROTECTED] wrote:
While trying to update to 5.3 stable, buildworld errors out on me. I'm
 running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if
 you need more output please let me know. No luck looking up the errors
 in google, so your help is appreciated.

try rm'ing your source tree and re-cvsup'ing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing

2004-12-06 Thread Vonleigh Simmons
   While trying to update to 5.3 stable, buildworld errors out on 
me. I'm
running FreeBSD 5.2.1-RELEASE-p11. Following is part of the output, if
you need more output please let me know. No luck looking up the errors
in google, so your help is appreciated.
try rm'ing your source tree and re-cvsup'ing
Worked like a charm. Thanks.
Vonleigh Simmons
http://illusionart.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildworld failing [ SOLVED ]

2004-10-28 Thread Jamie Ostrowski
On Thu, 28 Oct 2004, Jamie wrote:




 I am upgrading my system from 4.4 REL to 4.10 REL. I cvsupped my
 source tree over, and after I've got the new source tree, when I go to run
 make buildworld, it compiles for quite a while, but then eventually it
 fails:



 objcopy -S -O binary boot2.out boot2.bin
 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
 btxld: /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx: Not a BTX
 kernel
 *** 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.



   I scratched my head, and then ran 'make cleandir' a couple of times.
 Then I tried make buildworld again, and the same error comes up. I suppose
 I could try pulling down the whole source tree again, maybe a file is
 truncated, but before I do that, I wonder if anyone else may have anything
 I can try. Thanks,


- Jamie



 As it turns out, the path to the m4 compiler was in /usr/local/bin/.
Creating a link from /usr/bin/m4 to /usr/local/bin/m4 solved the problem.


- Jamie









 The Moon is Full
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


The Moon is Waning Gibbous (100% of Full)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]