I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread Jim Stapleton
I used the examples as a basis, and a little trial and error if things
didn't work, so I eventually got a working supfile. However, it did
some weird stuff, even though this should be downloading 6.0 stable
(from what I can tell), I get errors in port builds (even without
optimisation flags).

On top of that, I tried to build my kernel, and when all was said and
done, and it booted, it said 7.0 current. Is there a problem in my
supfile, or is this just a HTF did you manage that?? error?

I ran:
$ cvsup -g -L 2 /etc/supfile

/etc/supfile

*default host=cvsup13.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix
*default date=2006.04.01.12.00.00

# If you seem to be limited by CPU rather than network or disk bandwidth, try
# commenting out the following line.  (Normally, today's CPUs are fast enough
# that you want to run compression.)
*default compress

## Main Source Tree.
#
# The easiest way to get the main source tree is to use the src-all
# mega-collection.  It includes all of the individual src-* collections.
src-all tag=.
ports-all tag=.
doc-all tag=.


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


Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
Jim,

You currently have your default tag set to RELENG_6 (which is correct), but
when you place tag=. next to your src, ports, and doc entries, you
override the default setting of RELENG_6. Remove the tag=. next to your
src, ports, and doc entires, cvsup again, and your sources should be updated
with 6 STABLE.

-David

On 4/12/06, Jim Stapleton [EMAIL PROTECTED] wrote:

 I used the examples as a basis, and a little trial and error if things
 didn't work, so I eventually got a working supfile. However, it did
 some weird stuff, even though this should be downloading 6.0 stable
 (from what I can tell), I get errors in port builds (even without
 optimisation flags).

 On top of that, I tried to build my kernel, and when all was said and
 done, and it booted, it said 7.0 current. Is there a problem in my
 supfile, or is this just a HTF did you manage that?? error?

 I ran:
 $ cvsup -g -L 2 /etc/supfile

 /etc/supfile
 
 *default host=cvsup13.us.FreeBSD.org
 *default base=/var/db
 *default prefix=/usr
 *default release=cvs tag=RELENG_6
 *default delete use-rel-suffix
 *default date=2006.04.01.12.00.00

 # If you seem to be limited by CPU rather than network or disk bandwidth,
 try
 # commenting out the following line.  (Normally, today's CPUs are fast
 enough
 # that you want to run compression.)
 *default compress

 ## Main Source Tree.
 #
 # The easiest way to get the main source tree is to use the src-all
 # mega-collection.  It includes all of the individual src-* collections.
 src-all tag=.
 ports-all tag=.
 doc-all tag=.
 

 Thanks,
 -Jim
 ___
 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: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread Jim Stapleton
Thanks, I'll try that again, however, when I've tried to do that, it
has refused to update.

On 4/12/06, David Stanford [EMAIL PROTECTED] wrote:
 Jim,

 You currently have your default tag set to RELENG_6 (which is correct), but
 when you place tag=. next to your src, ports, and doc entries, you
 override the default setting of RELENG_6. Remove the tag=. next to your
 src, ports, and doc entires, cvsup again, and your sources should be updated
 with 6 STABLE.

 -David


 On 4/12/06, Jim Stapleton [EMAIL PROTECTED] wrote:
 
  I used the examples as a basis, and a little trial and error if things
 didn't work, so I eventually got a working supfile. However, it did
 some weird stuff, even though this should be downloading 6.0 stable
 (from what I can tell), I get errors in port builds (even without
 optimisation flags).

 On top of that, I tried to build my kernel, and when all was said and
 done, and it booted, it said 7.0 current. Is there a problem in my
 supfile, or is this just a HTF did you manage that?? error?

 I ran:
 $ cvsup -g -L 2 /etc/supfile

 /etc/supfile
 
 *default host=cvsup13.us.FreeBSD.org
 *default base=/var/db
  *default prefix=/usr
 *default release=cvs tag=RELENG_6
 *default delete use-rel-suffix
 *default date=2006.04.01.12.00.00

 # If you seem to be limited by CPU rather than network or disk bandwidth,
 try
 # commenting out the following line.  (Normally, today's CPUs are fast
 enough
 # that you want to run compression.)
 *default compress

 ## Main Source Tree.
 #
 # The easiest way to get the main source tree is to use the src-all
 # mega-collection.  It includes all of the individual src-* collections.
 src-all tag=.
 ports-all tag=.
 doc-all tag=.
 

 Thanks,
 -Jim
 ___
  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: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread Donald J. O'Neill
On Wednesday 12 April 2006 06:45, Jim Stapleton wrote:

 
 *default host=cvsup13.us.FreeBSD.org
 *default base=/var/db
 *default prefix=/usr
 *default release=cvs tag=RELENG_6
 *default delete use-rel-suffix
 *default date=2006.04.01.12.00.00

 collections. src-all tag=.
 ports-all tag=.
 doc-all tag=.
 

 Thanks,
 -Jim

Hi Jim,

The line collections.src-all tag=. is your problem. A line 
like src-all would fix it.

Since you want to follow 6-STABLE, I think you would be better off using 
three separate sup-files, which could be done like this:

sup-src:

*default tag=RELENG_6
*default host=cvsup8.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs delete use-rel-suffix

src-all
*
sup-ports:
*default tag=.
*default host=cvsup8.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs delete use-rel-suffix

ports-all

*
sup-doc:
*default tag=.
*default host=cvsup8.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs delete use-rel-suffix

doc-all


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


Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread Lowell Gilbert
David Stanford [EMAIL PROTECTED] top-posted:

 You currently have your default tag set to RELENG_6 (which is correct), but
 when you place tag=. next to your src, ports, and doc entries, you
 override the default setting of RELENG_6. Remove the tag=. next to your
 src, ports, and doc entires, cvsup again, and your sources should be updated
 with 6 STABLE.

Only the src entry.  
Ports and doc should definitely be using HEAD (i.e., '.').
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
On 12 Apr 2006 09:23:09 -0400, Lowell Gilbert 
[EMAIL PROTECTED] wrote:

 David Stanford [EMAIL PROTECTED] top-posted:

  You currently have your default tag set to RELENG_6 (which is correct),
 but
  when you place tag=. next to your src, ports, and doc entries, you
  override the default setting of RELENG_6. Remove the tag=. next to
 your
  src, ports, and doc entires, cvsup again, and your sources should be
 updated
  with 6 STABLE.

 Only the src entry.
 Ports and doc should definitely be using HEAD (i.e., '.').



True. Really, I was just trying to get the concept across. :)

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


Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
Jim,

What errors are you getting? I was able to cvsup using your supfile with no
problem:



*default host=cvsup13.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix
*default date=2006.04.01.12.00.00

# If you seem to be limited by CPU rather than network or disk bandwidth,
try
# commenting out the following line.  (Normally, today's CPUs are fast
enough
# that you want to run compression.)
*default compress

## Main Source Tree.
#
# The easiest way to get the main source tree is to use the src-all
# mega-collection.  It includes all of the individual src-* collections.
src-all
ports-all tag=.
doc-all tag=.


su-2.05b# cvsup -g -L2 /etc/supfile
Parsing supfile /etc/supfile
Connecting to cvsup13.us.FreeBSD.org
Connected to cvsup13.us.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
 Checkout src/COPYRIGHT
 Checkout src/LOCKS
 Checkout src/MAINTAINERS
 Checkout src/Makefile
 Checkout src/Makefile.inc1
 Checkout src/ObsoleteFiles.inc
 Checkout src/README
 Checkout src/UPDATING
 Checkout src/bin/Makefile
 Checkout src/bin/Makefile.inc
 Checkout src/bin/cat/Makefile
...

-David

On 4/12/06, Jim Stapleton [EMAIL PROTECTED] wrote:

 Thanks, I'll try that again, however, when I've tried to do that, it
 has refused to update.

 On 4/12/06, David Stanford [EMAIL PROTECTED] wrote:
  Jim,
 
  You currently have your default tag set to RELENG_6 (which is correct),
 but
  when you place tag=. next to your src, ports, and doc entries, you
  override the default setting of RELENG_6. Remove the tag=. next to
 your
  src, ports, and doc entires, cvsup again, and your sources should be
 updated
  with 6 STABLE.
 
  -David
 
 
  On 4/12/06, Jim Stapleton [EMAIL PROTECTED] wrote:
  
   I used the examples as a basis, and a little trial and error if things
  didn't work, so I eventually got a working supfile. However, it did
  some weird stuff, even though this should be downloading 6.0 stable
  (from what I can tell), I get errors in port builds (even without
  optimisation flags).
 
  On top of that, I tried to build my kernel, and when all was said and
  done, and it booted, it said 7.0 current. Is there a problem in my
  supfile, or is this just a HTF did you manage that?? error?
 
  I ran:
  $ cvsup -g -L 2 /etc/supfile
 
  /etc/supfile
  
  *default host=cvsup13.us.FreeBSD.org
  *default base=/var/db
   *default prefix=/usr
  *default release=cvs tag=RELENG_6
  *default delete use-rel-suffix
  *default date=2006.04.01.12.00.00
 
  # If you seem to be limited by CPU rather than network or disk
 bandwidth,
  try
  # commenting out the following line.  (Normally, today's CPUs are fast
  enough
  # that you want to run compression.)
  *default compress
 
  ## Main Source Tree.
  #
  # The easiest way to get the main source tree is to use the src-all
  # mega-collection.  It includes all of the individual src-*
 collections.
  src-all tag=.
  ports-all tag=.
  doc-all tag=.
  
 
  Thanks,
  -Jim
  ___
   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]

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


Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread Jim Stapleton
CVSUP gave no erros.

As stated, my kernel compiled to 7.0-Current (o.O)
$ cd /usr/ports/x11/gnome2/
$ make install # fails

$ cd /usr/ports/multimedia/kbtv/
$ make install #fails

There were a few others, but it'll be a while until I can get to the
point of replicating any of these and having the explicit errors
printable.



as far as the CVSup
I had this:

src-all tag=.
ports-all tag=.
doc-all tag=.

or this:

src-all
ports-all
doc-all


the former gave me the wrong kernel, the latter nuked my /usr/ports/*/
directories, except for distfiles, and one or two others.
-Jim
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]