Error on buildworld

2004-02-03 Thread Dan B
Hey guys, this is my first time attempting a make buildworld, so I'm sure 
this is a blatant error on my fault. Maybe not, so here's the info:

'uname -r'  - 5.2-RELEASE

Last few lines of mw.out:

rt.pl > easy-import^M
===> gnu/usr.bin/cvs/cvsbug^M
version=`sed < 
/usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/configure
 -e '/^[   ]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`;  sed -e 
"s,@VERSION@,
${version}-FreeBSD,g" 
/usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/sr
c/cvsbug.in > cvsbug^M
gzip -cn 
/usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/man/cvsbug.8 >
cvsbug.8.gz^M
===> gnu/usr.bin/cvs/doc^M
makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I 
/usr/src/gnu/usr.bin/cvs/
doc/../../../../contrib/cvs/doc 
/usr/src/gnu/usr.bin/cvs/doc/../../../../contrib
/cvs/doc/cvs.texinfo  -o cvs.info^M
makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I 
/usr/src/gnu/usr.bin/cvs/
doc/../../../../contrib/cvs/doc 
/usr/src/gnu/usr.bin/cvs/doc/../../../../contrib
/cvs/doc/cvsclient.texi  -o cvsclient.info^M
gzip -cn cvsclient.info > cvsclient.info.gz^M
gzip -cn cvs.info > cvs.info.gz^M
1 error^M
*** Error code 2^M
1 error^M
*** Error code 2^M
1 error^M
#

My mostly copy-an-pasted make.conf:

PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
CPUTYPE?=p2
CFLAGS= -O -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
MAKE_SHELL?=sh
INSTALL=install -C
PPP_NOSUID= true
ENABLE_SUID_SSH=true
ENABLE_SUID_NEWGRP= true
SUP_UPDATE= yes
SUP=/usr/local/bin/cvsup
SUPFLAGS=   -g -L 2
SUPHOST=cvsup.uk.FreeBSD.org
SUPFILE=/usr/share/examples/cvsup/standard-supfile
PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
All I really did was update src-all and ports-all via cvsup, copied most of 
the example make.conf and uncommented some of the stuff I understood, then 
followed the make world instructions.  (I did a make -j4 buildworld, by the 
way)

Any ideas?

-Dan Beauchesne

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca

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


RE: Error on buildworld

2004-02-03 Thread Edmund Craske
Try it without the -j4, then if it still breaks at least we'll
be able to make sense of the log.

Ed

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan B
> Sent: 03 February 2004 23:04
> To: [EMAIL PROTECTED]
> Subject: Error on buildworld
> 
> 
> Hey guys, this is my first time attempting a make buildworld, 
> so I'm sure 
> this is a blatant error on my fault. Maybe not, so here's the info:
> 
> 'uname -r'  - 5.2-RELEASE
> 
> Last few lines of mw.out:
> 
> rt.pl > easy-import^M
> ===> gnu/usr.bin/cvs/cvsbug^M
> version=`sed < 
> /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/configure
>   -e '/^[   ]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`;  sed -e 
> "s,@VERSION@,
> ${version}-FreeBSD,g" 
> /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/sr
> c/cvsbug.in > cvsbug^M
> gzip -cn 
> /usr/src/gnu/usr.bin/cvs/cvsbug/../../../../contrib/cvs/man/cv
> sbug.8 > cvsbug.8.gz^M ===> gnu/usr.bin/cvs/doc^M makeinfo 
> --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I 
> /usr/src/gnu/usr.bin/cvs/
> doc/../../../../contrib/cvs/doc 
> /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib
> /cvs/doc/cvs.texinfo  -o cvs.info^M
> makeinfo --no-split -I /usr/src/gnu/usr.bin/cvs/doc -I 
> /usr/src/gnu/usr.bin/cvs/
> doc/../../../../contrib/cvs/doc 
> /usr/src/gnu/usr.bin/cvs/doc/../../../../contrib
> /cvs/doc/cvsclient.texi  -o cvsclient.info^M
> gzip -cn cvsclient.info > cvsclient.info.gz^M
> gzip -cn cvs.info > cvs.info.gz^M
> 1 error^M
> *** Error code 2^M
> 1 error^M
> *** Error code 2^M
> 1 error^M
> #
> 
> My mostly copy-an-pasted make.conf:
> 
> PERL_VERSION=5.6.1
> PERL_ARCH=mach
> NOPERL=yo
> NO_PERL=yo
> NO_PERL_WRAPPER=yo
> CPUTYPE?=p2
> CFLAGS= -O -pipe
> CXXFLAGS+= -fmemoize-lookups -fsave-memoized
> MAKE_SHELL?=sh
> INSTALL=install -C
> PPP_NOSUID= true
> ENABLE_SUID_SSH=true
> ENABLE_SUID_NEWGRP= true
> SUP_UPDATE= yes
> SUP=/usr/local/bin/cvsup
> SUPFLAGS=   -g -L 2
> SUPHOST=cvsup.uk.FreeBSD.org
> SUPFILE=/usr/share/examples/cvsup/standard-supfile
> PORTSSUPFILE=   /usr/share/examples/cvsup/ports-supfile
> DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
> 
> All I really did was update src-all and ports-all via cvsup, 
> copied most of 
> the example make.conf and uncommented some of the stuff I 
> understood, then 
> followed the make world instructions.  (I did a make -j4 
> buildworld, by the 
> way)
> 
> Any ideas?
> 
> -Dan Beauchesne
> 
> _
> Help STOP SPAM with the new MSN 8 and get 2 months FREE*   
> http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a
> %2f%2fjoin.msn.com%2f%3fpage%3dmisc%2fspecialoffers%26pgmarket%3den-ca
> 
> ___
> [EMAIL PROTECTED] mailing list 
> http://lists.freebsd.org/mailman/listinfo/free> bsd-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: Error on buildworld

2004-02-03 Thread Roop Nanuwa
Dan B wrote:

Hey guys, this is my first time attempting a make buildworld, so I'm 
sure this is a blatant error on my fault. Maybe not, so here's the info:


and uncommented some of the stuff I understood, then followed the make 
world instructions.  (I did a make -j4 buildworld, by the way)
Using -j4 obscures where the actual error occurred. Rerun buildworld 
without it and
repaste the error message at the end of it.

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