View Single Post
  #2   (View Single Post)  
Old 28th January 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by nocturnal View Post
I have a pretty vanilla 4.9 i386 system...
...
Code:
export CVSROOT=anoncvs@anoncvs.eu.openbsd.org:/cvs
cd /usr
cvs checkout -rOPENBSD_5_0 -P src
...
It appears you are attempting to compile OpenBSD 5.0-stable on a 4.9 system. This is not supported.

While you have OpenBSD 4.9 (& I am assuming 4.9-release...) installed, the only supported choices you have in downloading source is to either choose:
  • OpenBSD 4.9-release which is designated by the CVS OPENBSD_4_9_BASE tag.
  • OpenBSD 4.9-stable which is specified by the OPENBSD_4_9 tag.
If you are wanting to upgrade from 4.9 to 5.0, study the transition table shown in Section 5.3.2 of the FAQ. You will also want to study the Upgrade Guide going from 4.9 to 5.0 too.
Reply With Quote