Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Eric F Crist
Something you could try in this instance is deleting everything  
under /usr/src:


#cd /usr/src  rm -rf ./

Then re-sup your source tree.

Eric



On Nov 1, 2005, at 10:41 PM, Eric Schuele wrote:


Eric F Crist wrote:

On Nov 1, 2005, at 9:50 PM, Doug Poland wrote:
Just cvsup'd from a different server ( cvsup8.freebsd.org ), this  
time

I saw some updates go by.  Now my error is occurring here...


FWIW... (not that it helps you much).  I'm not seeing any errors.  
cvsup'd from cvsup8 last night and did a build world.


Isn't RELENG_6 the current tree?  I could be completely off-base   
here, though.


RELENG_6 != HEAD
They branched it sometime (July?) back.


Doug,
Keep trying, but do NOT reboot the machine until you successfully   
complete a make buildworld  make installworld, if you've  
started  part of the process.  Note that, at this point, you  
should not be  using the make world method -- it's rather  
depreciated.

-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]



--
Regards,
Eric



-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net



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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
 Something you could try in this instance is deleting everything
 under /usr/src:

 #cd /usr/src  rm -rf ./

 Then re-sup your source tree.

giving that a try now, thanks...

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/1/05, Eric F Crist [EMAIL PROTECTED] wrote:
 On Nov 1, 2005, at 9:50 PM, Doug Poland wrote:

  Just cvsup'd from a different server ( cvsup8.freebsd.org ), this time
  I saw some updates go by.  Now my error is occurring here...


 Isn't RELENG_6 the current tree?  I could be completely off-base
 here, though.

It should get me 6.0-RC1, if I'm not mistaken


 Keep trying, but do NOT reboot the machine until you successfully
 complete a make buildworld  make installworld, if you've started
 part of the process.  Note that, at this point, you should not be
 using the make world method -- it's rather depreciated.

That's precisely the position I'm in :(   I don't intend to reboot
until I get this fixed.
I am using make buildworld  make installworld

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Glenn Dawson

At 04:24 AM 11/2/2005, Doug Poland wrote:

On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
 Something you could try in this instance is deleting everything
 under /usr/src:

 #cd /usr/src  rm -rf ./

 Then re-sup your source tree.

giving that a try now, thanks...


I've had a few builds fail recently.  Deleting the contents of 
/usr/obj fixed it for me.  You might want to try that as well.


-Glenn



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


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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Doug Poland [EMAIL PROTECTED] wrote:
 On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
  Something you could try in this instance is deleting everything
  under /usr/src:
 
  #cd /usr/src  rm -rf ./
 
  Then re-sup your source tree.
 
 giving that a try now, thanks...

Nope, still have the cap_mkdb error.  How frustrating...

=== share/tabset (all)
uudecode  /usr/src/share/tabset/3101.uu
uudecode  /usr/src/share/tabset/9837.uu
uudecode  /usr/src/share/tabset/aa.uu
uudecode  /usr/src/share/tabset/aed512.uu
uudecode  /usr/src/share/tabset/beehive.uu
uudecode  /usr/src/share/tabset/diablo.uu
uudecode  /usr/src/share/tabset/dtc382.uu
uudecode  /usr/src/share/tabset/hp700-wy.uu
uudecode  /usr/src/share/tabset/ibm3101.uu
uudecode  /usr/src/share/tabset/std.uu
uudecode  /usr/src/share/tabset/stdcrt.uu
uudecode  /usr/src/share/tabset/tandem653.uu
uudecode  /usr/src/share/tabset/teleray.uu
uudecode  /usr/src/share/tabset/vt100.uu
uudecode  /usr/src/share/tabset/vt100-w.uu
uudecode  /usr/src/share/tabset/wyse-adds.uu
uudecode  /usr/src/share/tabset/xerox1720.uu
uudecode  /usr/src/share/tabset/xerox1730.uu
uudecode  /usr/src/share/tabset/xerox1730-lm.uu
uudecode  /usr/src/share/tabset/zenith29.uu
=== share/termcap (all)
gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
/usr/src/share/termcap/reorder
cap_mkdb -l termcap
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

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

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

Unless someone has another idea, I'll try installworld via NFS from a
working RC1 machine.

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Reko Turja


- Original Message - 
From: Doug Poland [EMAIL PROTECTED]

To: Eric F Crist [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Eric Schuele [EMAIL PROTECTED]


Unless someone has another idea, I'll try installworld via NFS from a
working RC1 machine.


How about trying the compile/build in unpolluted environment, i.e. running 
the command like:


env -i make buildworld

How is your /etc/make.conf btw?

-Reko 


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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Glenn Dawson [EMAIL PROTECTED] wrote:
 At 04:24 AM 11/2/2005, Doug Poland wrote:
 On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
   Something you could try in this instance is deleting everything
   under /usr/src:
  
   #cd /usr/src  rm -rf ./
  
   Then re-sup your source tree.
  
 giving that a try now, thanks...

 I've had a few builds fail recently.  Deleting the contents of
 /usr/obj fixed it for me.  You might want to try that as well.

I'm in the habit of doing that everytime a build fails.  I'm beginning with a
completely clean slate.  cvsup'd as of 0630 CST and running buildworld now.
If it doesn't work this time, I think I'll mount an NFS export from a
working 6.0-RC1
box and run installworld from there.

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Glenn Dawson

At 05:28 AM 11/2/2005, Doug Poland wrote:

On 11/2/05, Doug Poland [EMAIL PROTECTED] wrote:
 On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
  Something you could try in this instance is deleting everything
  under /usr/src:
 
  #cd /usr/src  rm -rf ./
 
  Then re-sup your source tree.
 
 giving that a try now, thanks...

Nope, still have the cap_mkdb error.  How frustrating...

=== share/tabset (all)
uudecode  /usr/src/share/tabset/3101.uu
uudecode  /usr/src/share/tabset/9837.uu
uudecode  /usr/src/share/tabset/aa.uu
uudecode  /usr/src/share/tabset/aed512.uu
uudecode  /usr/src/share/tabset/beehive.uu
uudecode  /usr/src/share/tabset/diablo.uu
uudecode  /usr/src/share/tabset/dtc382.uu
uudecode  /usr/src/share/tabset/hp700-wy.uu
uudecode  /usr/src/share/tabset/ibm3101.uu
uudecode  /usr/src/share/tabset/std.uu
uudecode  /usr/src/share/tabset/stdcrt.uu
uudecode  /usr/src/share/tabset/tandem653.uu
uudecode  /usr/src/share/tabset/teleray.uu
uudecode  /usr/src/share/tabset/vt100.uu
uudecode  /usr/src/share/tabset/vt100-w.uu
uudecode  /usr/src/share/tabset/wyse-adds.uu
uudecode  /usr/src/share/tabset/xerox1720.uu
uudecode  /usr/src/share/tabset/xerox1730.uu
uudecode  /usr/src/share/tabset/xerox1730-lm.uu
uudecode  /usr/src/share/tabset/zenith29.uu
=== share/termcap (all)
gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
/usr/src/share/termcap/reorder
cap_mkdb -l termcap
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

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

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

Unless someone has another idea, I'll try installworld via NFS from a
working RC1 machine.


The -l option was added in 6.x.  This probably isn't the right way 
to do it, but...


try this:

cd /usr/src/usr.bin/cap_mkdb/  make  make install

then try and buildworld again..

-Glenn




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


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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Glenn Dawson [EMAIL PROTECTED] wrote:
 At 05:28 AM 11/2/2005, Doug Poland wrote:
 On 11/2/05, Doug Poland [EMAIL PROTECTED] wrote:
   On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
Something you could try in this instance is deleting everything
under /usr/src:
   
#cd /usr/src  rm -rf ./
   
Then re-sup your source tree.
   
   giving that a try now, thanks...
  
 Nope, still have the cap_mkdb error.  How frustrating...
 
 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
 /usr/src/share/termcap/reorder
 cap_mkdb -l termcap
 cap_mkdb: illegal option -- l
 usage: cap_mkdb [-v] [-f outfile] file [file ...]
 *** Error code 1
 
 Stop in /usr/src/share/termcap.
 *** Error code 1
 

 The -l option was added in 6.x.  This probably isn't the right way
 to do it, but...

 try this:

 cd /usr/src/usr.bin/cap_mkdb/  make  make install

 then try and buildworld again..

Thanks for the tip, trying that now...

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Alex Zbyslaw

Eric F Crist wrote:

Something you could try in this instance is deleting everything  under 
/usr/src:


#cd /usr/src  rm -rf ./

Then re-sup your source tree.

Make damn sure you don't have the only copies of your kernel config file 
under /usr/src before you do this...


--Alex

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Micah

Doug Poland wrote:

On 11/1/05, Eric F Crist [EMAIL PROTECTED] wrote:


On Nov 1, 2005, at 9:50 PM, Doug Poland wrote:



Just cvsup'd from a different server ( cvsup8.freebsd.org ), this time
I saw some updates go by.  Now my error is occurring here...



Isn't RELENG_6 the current tree?  I could be completely off-base
here, though.



It should get me 6.0-RC1, if I'm not mistaken


I thought RELENG_6 was the development for 6.1 and that RELENG_6_0 was 
the RC branch  I base this on 
http://www.freebsd.org/releases/6.0R/schedule.html and 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html


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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Doug Poland [EMAIL PROTECTED] wrote:
 On 11/2/05, Glenn Dawson [EMAIL PROTECTED] wrote:
  At 05:28 AM 11/2/2005, Doug Poland wrote:
  On 11/2/05, Doug Poland [EMAIL PROTECTED] wrote:
On 11/2/05, Eric F Crist [EMAIL PROTECTED] wrote:
 Something you could try in this instance is deleting everything
 under /usr/src:

 #cd /usr/src  rm -rf ./

 Then re-sup your source tree.

giving that a try now, thanks...
   
  Nope, still have the cap_mkdb error.  How frustrating...
  
 
  The -l option was added in 6.x.  This probably isn't the right way
  to do it, but...
 
  try this:
 
  cd /usr/src/usr.bin/cap_mkdb/  make  make install
 
  then try and buildworld again..
 
 Thanks for the tip, trying that now...

Glenn,

That worked, thanks for your help.  Thanks everyone for your
assistance.  The problem, as Glenn figured out, was a half finished
install.  That was my bad for not making sure the original build
worked before attempting to install.

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


Re: Buildworld fails for 6.0-RC1

2005-11-02 Thread Doug Poland
On 11/2/05, Reko Turja [EMAIL PROTECTED] wrote:

 - Original Message -
 From: Doug Poland [EMAIL PROTECTED]
 To: Eric F Crist [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; Eric Schuele [EMAIL PROTECTED]

  Unless someone has another idea, I'll try installworld via NFS from a
  working RC1 machine.

 How about trying the compile/build in unpolluted environment, i.e. running
 the command like:

 env -i make buildworld

 How is your /etc/make.conf btw?

nothing unusual, I think...

CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NO_PROFILE= true# Avoid compiling profiled libraries
USA_RESIDENT=   YES
X_WINDOW_SYSTEM=xorg

# added by use.perl 2005-10-20 01:03:27
PERL_VER=5.8.7
PERL_VERSION=5.8.7

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


Buildworld fails for 6.0-RC1

2005-11-01 Thread Doug Poland
Hello,

I'm trying to run buildworld on a 5.4-STABLE machine.  I've cvsup'd
the source with a
tag RELENG_6

This is where the error occurs...

=== share/termcap (all)
gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
/usr/src/share/termcap/reorder
cap_mkdb -l termcap
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]
*** Error code 1

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

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

It would appear an illegal option is being supplied to cap_mkdb.  Does
anyone know why
this is occuring and how to fix it?  I've run cvsup from two different
servers within the last
couple hours.

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


Re: Buildworld fails for 6.0-RC1

2005-11-01 Thread Doug Poland
On 11/1/05, Doug Poland [EMAIL PROTECTED] wrote:

 I'm trying to run buildworld on a 5.4-STABLE machine.  I've cvsup'd
 the source with a tag RELENG_6

 This is where the error occurs...

 === share/termcap (all)
 gzip -cn /usr/src/share/termcap/termcap.5  termcap.5.gz
 TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src 
 /usr/src/share/termcap/reorder
 cap_mkdb -l termcap
 cap_mkdb: illegal option -- l
 usage: cap_mkdb [-v] [-f outfile] file [file ...]
 *** Error code 1

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

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

 It would appear an illegal option is being supplied to cap_mkdb.  Does
 anyone know why this is occuring and how to fix it?  I've run cvsup from
 two different servers within the last couple hours.

Just cvsup'd from a different server ( cvsup8.freebsd.org ), this time
I saw some updates go by.  Now my error is occurring here...

=== gnu/usr.bin/texinfo/doc (all)
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi
 -o info.info
ln -fs 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi
texinfo.texi
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi
 -o info-stnd.info
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc
texinfo.texi  -o texinfo.info
gzip -cn info.info  info.info.gz
gzip -cn info-stnd.info  info-stnd.info.gz
gzip -cn texinfo.info  texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error

Any suggestions?

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


Re: Buildworld fails for 6.0-RC1

2005-11-01 Thread Eric F Crist

On Nov 1, 2005, at 9:50 PM, Doug Poland wrote:


Just cvsup'd from a different server ( cvsup8.freebsd.org ), this time
I saw some updates go by.  Now my error is occurring here...



Isn't RELENG_6 the current tree?  I could be completely off-base  
here, though.


Doug,

Keep trying, but do NOT reboot the machine until you successfully  
complete a make buildworld  make installworld, if you've started  
part of the process.  Note that, at this point, you should not be  
using the make world method -- it's rather depreciated.



-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net



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


Re: Buildworld fails for 6.0-RC1

2005-11-01 Thread Eric Schuele

Eric F Crist wrote:

On Nov 1, 2005, at 9:50 PM, Doug Poland wrote:


Just cvsup'd from a different server ( cvsup8.freebsd.org ), this time
I saw some updates go by.  Now my error is occurring here...


FWIW... (not that it helps you much).  I'm not seeing any errors. 
cvsup'd from cvsup8 last night and did a build world.






Isn't RELENG_6 the current tree?  I could be completely off-base  here, 
though.


RELENG_6 != HEAD
They branched it sometime (July?) back.



Doug,

Keep trying, but do NOT reboot the machine until you successfully  
complete a make buildworld  make installworld, if you've started  part 
of the process.  Note that, at this point, you should not be  using the 
make world method -- it's rather depreciated.



-
Eric F Crist
Secure Computing Networks
http://www.secure-computing.net



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





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