Re: won't buildworld

2004-02-23 Thread Robert Downes
Bernardo Marcelo Brummer wrote:

I'm trying to upgrade from 4.7 to 4.9
I made cvsup (src-all), with no problems, then: cd /usr/src and:
make buildworld
It runs for a while (about 10 -15 minutes) and stops (see message bellow)
I already tried cvsup three more times but always with the same result.
Any upgrading hints?
Have you read the UPDATING file in /usr/src because sometimes it 
contains important information regarding version upgrade builds (even 
from 4.x to 4.y for instance). When I built 5.2 from 5.1, there was a 
certain MAKE variable I had to include. I can't remember what it was, 
but UPDATING should enlighten you.

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


won't buildworld

2004-02-22 Thread Bernardo Marcelo Brummer
I'm trying to upgrade from 4.7 to 4.9 

I made cvsup (src-all), with no problems, then: cd /usr/src and:
make buildworld 

It runs for a while (about 10 -15 minutes) and stops (see message bellow) 

I already tried cvsup three more times but always with the same result. 

Any upgrading hints? 



=== share/info
cd /usr/src/share/info; /usr/obj/usr/src/make.i386/make buildincludes; 
/usr/obj/usr/src/make.i386/make installincludes
=== include
cd /usr/src/include; /usr/obj/usr/src/make.i386/make buildincludes; 
/usr/obj/usr/src/make.i386/make installincludes
creating osreldate.h from newvers.sh
make: no target to make.
*** Error code 2 

Stop in /usr/src/include.
*** Error code 1 

Stop in /usr/src/include.
*** Error code 1 

Stop in /usr/src.
*** Error code 1 

Stop in /usr/src.
*** Error code 1 

Stop in /usr/src. 

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


5.1-REL won't buildworld - fresh cvsup

2003-08-31 Thread ODHIAMBO Washington

Hello all,


I'm wondering if anyone else is having the same problem as mine
here...


For the last 3 days, I have cvsupped and wouldn't ever succeed with
`make buildworld`. What could the problem be?

Below are snippets from the fail:

Once I do, `make buildworld` I see the following at the top of the output:


Running test variables
PASS: Test variables detected no regression, output matches.
Running test targets
PASS: Test targets detected no regression.
Running test sysvmatch
PASS: Test sysvmatch detected no regression.
Running test lhs_expn
FAIL: Test failed: regression detected.  See above.
*** Error code 1

Stop in /usr/src/tools/regression/usr.bin/make.
*** Error code 1

Stop in /usr/src/tools/regression/usr.bin/make.

--
 Building an up-to-date make(1)
--
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   make 
/usr/obj/usr/src/make.i386

--
 Rebuilding the temporary build tree
--
...


then it runs and later fails with

cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL 
-I/usr/src/lib/libpthread/../libc/include
-I/usr/src/lib/libpthread/threa
d  -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include 
-I/usr/src/lib/libpthread/sys
-I/usr/src/lib
/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS 
-Wall
-I/usr/src/lib/libpthread/../libc/i386 
-I/usr/src/lib/libpthread/thread -c 
/usr/src/lib/libpthread/arch/i386/i386/thr_enter_uts.S  -o thr_enter_uts.So
cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL 
-I/usr/src/lib/libpthread/../libc/include
-I/usr/src/lib/libpthread/threa
d  -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include 
-I/usr/src/lib/libpthread/sys
-I/usr/src/lib
/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS 
-Wall
-I/usr/src/lib/libpthread/../libc/i386 
-I/usr/src/lib/libpthread/thread -c 
/usr/src/lib/libpthread/arch/i386/i386/thr_getcontext.S  -o thr_getcontext.So
cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL 
-I/usr/src/lib/libpthread/../libc/include
-I/usr/src/lib/libpthread/threa
d  -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include 
-I/usr/src/lib/libpthread/sys
-I/usr/src/lib
/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS 
-Wall
-I/usr/src/lib/libpthread/../libc/i386 
-I/usr/src/lib/libpthread/thread -c 
/usr/src/lib/libpthread/arch/i386/i386/thr_switch.S  -o thr_switch.So
cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DPTHREAD_KERNEL 
-I/usr/src/lib/libpthread/../libc/include
-I/usr/src/lib/libpthread/threa
d  -I/usr/src/lib/libpthread/../../include -I/usr/src/lib/libpthread/arch/i386/include 
-I/usr/src/lib/libpthread/sys
-I/usr/src/lib
/libpthread/../../libexec/rtld-elf -fno-builtin -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS 
-Wall  -c
/usr/src/lib/libpthread/sys/lock.c -
o lock.So
building shared library libkse.so.1
*** Error code 1

Stop in /usr/src/lib/libpthread.
*** Error code 1

Stop in /usr/src/lib.
*** 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.


I have done

cd /usr/src
make clean
make cleandir
rm -rf /usr/obj/usr
cvsup

But that doesn't seem to do the trick.


-Wash

-- 
Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)


You're never too old to become younger.
-- Mae West
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]