buildworld failed for current ..cvs 12.30 pm. 10-30-2003

2003-10-30 Thread SteAltH FanThoM
I am running 5-current the last cvs i did  12.30 pm. today CST 
failed on buildworld with this.

=== gnu/usr.bin/cvs/doc
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
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
gzip -cn cvsclient.info  cvsclient.info.gz
gzip -cn cvs.info  cvs.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error



I was wondering if you guys would help me with make.conf and come up with
a good choice. I read the handbook and it advises to add the ... CFLAGS
-0 -pipe and NOPROFILE= YES   to /etc/make.conf. 

First question, is either of the above necessary if not why is it
recommended and what are the benefits of each? Also in conjunction with
the latter, if its probably best to have the above in make.conf why is it
not in there by default, i installed freebsd-5 current via. a
snapshot and the original /etc/make.conf does not have this option.
Anyways i added this to the one that was there and was wondering if this
caused the error above on buildworld? I am attaching my make.conf, i
ommited them out for now and am trying again but thought i would ask. if
anything else needs to be in there or deleted please advise. 

what is profiled libraries, should i build without them, NOPROFILE=YES? I
was just wondering what the pros/cons where and if its recommended by the
experts. If any of you guys dont mind sharing your make.conf i would
appreciate it. I am trying to come up with a advisable, sound make.conf
file.

I am in the usa, timezone CST

system: amd-athlon-xp 1800
ram- ddr-2100
hd- ide

Thanks in advance


here is make.conf just in-case the attachment is filtered as i know some
mailing list do.

less /etc/make.conf
# -- use.perl generated deltas -- #
# Created: Mon Oct 27 12:47:25 2003
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
#CFLAGS= -O -pipe
#NOPROFILE= true# Avoid compiling profiled libraries


-- 
  SteAltH FanThoM
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
  love email again
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld failed for current ..cvs 12.30 pm. 10-30-2003

2003-10-30 Thread SteAltH FanThoM
yes it does!

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

21.4.2 Check /etc/make.conf

Examine the files /etc/defaults/make.conf and /etc/make.conf. The first
contains some default defines - most of which are commented out. To make
use of them when you rebuild your system from source, add them to
/etc/make.conf. Keep in mind that anything you add to /etc/make.conf is
also used every time you run make, so it is a good idea to set them to
something sensible for your system.

A typical user will probably want to copy the CFLAGS and NOPROFILE lines
found in /etc/defaults/make.conf to /etc/make.conf and uncomment them.

Examine the other definitions (COPTFLAGS, NOPORTDOCS and so on) and
decide if they are relevant to you.



On Thu, 30 Oct 2003 19:37:06 -0800, Kris Kennaway [EMAIL PROTECTED]
said:
 On Thu, Oct 30, 2003 at 05:03:38PM -0800, SteAltH FanThoM wrote:
  I am running 5-current the last cvs i did  12.30 pm. today CST 
  failed on buildworld with this.
  
  === gnu/usr.bin/cvs/doc
  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
  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
  gzip -cn cvsclient.info  cvsclient.info.gz
  gzip -cn cvs.info  cvs.info.gz
  1 error
  *** Error code 2
  1 error
  *** Error code 2
  1 error
 
 Do a buildworld without -j so you get the actual error at the end of
 the log, not some random non-error output.
 
  I was wondering if you guys would help me with make.conf and come up with
  a good choice. I read the handbook and it advises to add the ... CFLAGS
  -0 -pipe and NOPROFILE= YES   to /etc/make.conf. 
   ^^
 No it doesn't ;-)
 
 kKris
-- 
  SteAltH FanThoM
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - And now for something completely differentÂ…
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]