Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > Everything BSD
Reload this Page Having troubles with cvsup and its supfile
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Everything BSD For all discussions regarding Free/NetBSD and OpenBSD.

Reply
 
Thread Tools Display Modes
Old 08-16-2005   #1 (permalink)
George Harrison
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
Having troubles with cvsup and its supfile

I installed cvsup without GUI the other day in FreeBSD as I would like to start thinking about upgrading to 6.0 when it is released so I decided to use cvsup to synch my sources and stuff. I copied over the example file and I started to edit it, I uncommented all the right stuff like the base and prefix=/usr and stuff and in the host= I put in a cvsup mirror. I uncommented ports-all, and everything like that. Everything seemed to be going perfectly.

Now when I run the command cvsup -G -l ports-supfile (I'm typing this while not being in front of my *BSD box so if the command isn't right just cut me some slack) and it tells me that I did not specify a release under the host= option. I am truly baffled right now.. when I'm on my test box later I will post the exact stuff but has anyone seen this before? I have Googled and read lots of stuff in the FBSD Handbook, but nothing has come up for me. Thanks for the help.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 08-16-2005   #2 (permalink)
lordnothing
Linux Engineer
 
Join Date: Sep 2003
Location: Knoxhell, TN
Posts: 1,078
Send a message via MSN to lordnothing
my ports supfile (with comments removed for brevity):
Code:
*default host=cvsup17.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress
ports-all
standard-supfile (tracking RELENG_6):
Code:
*default host=cvsup17.us.FreeBSD.org
*default base=/var/db
*default prefix=/usr
#*default release=cvs tag=RELENG_5_3
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix
*default compress
src-all
use the following syntax to run cvsup:
Code:
cvsup -g -L 1 <supfile>
__________________
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
lordnothing is offline   Reply With Quote
Old 08-16-2005   #3 (permalink)
the0r3tic
Just Joined!
 
Join Date: Aug 2005
Posts: 83
Re: Having troubles with cvsup and its supfile

Quote:
Originally Posted by George Harrison
I installed cvsup without GUI the other day in FreeBSD as I would like to start thinking about upgrading to 6.0 when it is released so I decided to use cvsup to synch my sources and stuff. I copied over the example file and I started to edit it, I uncommented all the right stuff like the base and prefix=/usr and stuff and in the host= I put in a cvsup mirror. I uncommented ports-all, and everything like that. Everything seemed to be going perfectly.

Now when I run the command cvsup -G -l ports-supfile (I'm typing this while not being in front of my *BSD box so if the command isn't right just cut me some slack) and it tells me that I did not specify a release under the host= option. I am truly baffled right now.. when I'm on my test box later I will post the exact stuff but has anyone seen this before? I have Googled and read lots of stuff in the FBSD Handbook, but nothing has come up for me. Thanks for the help.
http://www.freebsd.org/doc/en_US.ISO...ook/cvsup.html

My supfile:

Code:
*default tag=RELENG_6
*default host=cvsup2.uk.FreeBSD.org
*default prefix=/usr
*default base=/var/db
*default release=cvs delete use-rel-suffix compress

src-all
ports-all
__________________
Asking stupid questions obviously makes you stupid.

Proud user of NetBSD.
the0r3tic is offline   Reply With Quote
Old 08-17-2005   #4 (permalink)
George Harrison
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
ohh ok thanks guys.

I recall that section and I just uncommented out those stars I also did not have src-all in there. I will try this out as soon as I plug in my ethernet cord and power on my machine thanks again.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 08-18-2005   #5 (permalink)
darkprince
Just Joined!
 
Join Date: Jun 2005
Posts: 27
umm, i wouldn't be doing src-all ... this will create dramas

make sure you only have ports-all
__________________
I\'m still a simple windows user .. as stewie says \"click click bloody click pancakes\"
darkprince is offline   Reply With Quote
Old 08-19-2005   #6 (permalink)
George Harrison
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
Quote:
Originally Posted by darkprince
umm, i wouldn't be doing src-all ... this will create dramas

make sure you only have ports-all
oh..

Yeah I did put the src-all but I will remove it at once and sync my sources again. I recall once that I synced the sources but I did "make buildword" and it didn't know how to make. Any specific directory I'm supposed to be in for this? The FBSD Handbook just calls for root, I'm doing this as sudo because I don't really log into root.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 08-19-2005   #7 (permalink)
the0r3tic
Just Joined!
 
Join Date: Aug 2005
Posts: 83
Quote:
Originally Posted by George Harrison
Quote:
Originally Posted by darkprince
umm, i wouldn't be doing src-all ... this will create dramas

make sure you only have ports-all
oh..

Yeah I did put the src-all but I will remove it at once and sync my sources again. I recall once that I synced the sources but I did "make buildword" and it didn't know how to make. Any specific directory I'm supposed to be in for this? The FBSD Handbook just calls for root, I'm doing this as sudo because I don't really log into root.
It's /usr/src, and btw Ive never had a problem upgrading with src-all.

EDIT: I think he thought you wanted to only upgrade ports.
__________________
Asking stupid questions obviously makes you stupid.

Proud user of NetBSD.
the0r3tic is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 05:34 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0