Re: config GENERIC error

2008-08-04 Thread Nick Holland
pezking wrote:
 On Sun, Aug 3, 2008 at 3:17 PM, Emilio Perea [EMAIL PROTECTED] wrote:
 
 On Sun, Aug 03, 2008 at 02:54:17PM -0500, pezking wrote:
  Hello,
 
  This is my first OpenBSD mailing list post so I hope I am in the correct
  place, and if I am not I apologize in advance. I'm having some trouble
  upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
  stage. I am a little bit stumped as I have not edited the kernel in any
 way
  in my previous install, or in this one (thus just using GENERIC). I've
  followed the steps in the handbook but this is the error I get when I do
  config GENERIC inside /usr/src/sys/arch/i386/conf/:
 
 I believe config changed in between releases.  You should upgrade to
 4.3 release and then update to stable.


 Thanks for the fast replies guys. I'll try your suggestion Emilio, just to
 make sure, for the tag option in my supfile, do I just do . as I would
 with FreeBSD to get the current release?
 
 Shane

This is not FreeBSD, this is OpenBSD.
This is not FreeBSD, this is OpenBSD.
This is not FreeBSD, this is OpenBSD.

Please read the OPENBSD build directions, not the FreeBSD directions.
You have already hurt yourself, don't make us laugh at you more. :)

http://www.openbsd.org/faq/faq5.html

Nick.



config GENERIC error

2008-08-03 Thread pezking
Hello,

This is my first OpenBSD mailing list post so I hope I am in the correct
place, and if I am not I apologize in advance. I'm having some trouble
upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
stage. I am a little bit stumped as I have not edited the kernel in any way
in my previous install, or in this one (thus just using GENERIC). I've
followed the steps in the handbook but this is the error I get when I do
config GENERIC inside /usr/src/sys/arch/i386/conf/:

../../../../conf/files:1005: syntax error
../../../../conf/files:1006: syntax error
../../../../conf/files:1007: syntax error
../../../../conf/files:1008: syntax error
../../../../conf/files:1009: syntax error
../../../../conf/files:1010: syntax error
../../../../conf/files:1011: syntax error
../../../../conf/files:1012: syntax error
../../../../conf/files:1013: syntax error
../../../../conf/files:1014: syntax error
../../../../conf/files:1015: syntax error
../../../../conf/files:1016: syntax error
../../../../conf/files:1017: syntax error
../../../../conf/files:1018: syntax error
../../../../conf/files:1019: syntax error
../../../../conf/files:1020: syntax error
../../../../conf/files:1021: syntax error
../../../../conf/files:1022: syntax error
../../../../conf/files:1023: syntax error
../../../../conf/files:1024: syntax error
../../../../conf/files:1025: syntax error
../../../../conf/files:1026: syntax error
../../../../conf/files:1027: syntax error
../../../../conf/files:1028: syntax error
../../../../conf/files:1029: syntax error
../../../../conf/files:1030: syntax error
../../../../conf/files:1031: syntax error
../../../../conf/files:1032: syntax error
../../../../conf/files:1033: syntax error
../../../../conf/files:1034: syntax error
../../../../conf/files:1035: syntax error
../../../../conf/files:1036: syntax error
../../../../conf/files:1037: syntax error
../../../../conf/files:1038: syntax error
*** Stop.

Oddly, the conf directory does not even exist where it is supposedly
having all these errors. I've retrieved the src files via CVSup, and here is
my CVSup file in case I may have something wrong:

# Defaults that apply to all the collections
*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=anoncvs1.usa.openbsd.org
*default base=/var/db
*default prefix=/usr
*default tag=OPENBSD_4_3

# If your network link is a T1 or faster, comment out the following line.
# *default compress

OpenBSD-ports
#OpenBSD-all
OpenBSD-src
#OpenBSD-www
#OpenBSD-x11
#OpenBSD-xenocara

Any and all help is appreciated, I'm sure I'm missing a step somewhere.

Thanks in advance,

Shane



Re: config GENERIC error

2008-08-03 Thread Marc Balmer
* pezking wrote:
 Hello,
 
 This is my first OpenBSD mailing list post so I hope I am in the correct
 place, and if I am not I apologize in advance. I'm having some trouble
 upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
 stage. I am a little bit stumped as I have not edited the kernel in any way
 in my previous install, or in this one (thus just using GENERIC). I've
 followed the steps in the handbook but this is the error I get when I do
 config GENERIC inside /usr/src/sys/arch/i386/conf/:

please download a snapshot and install that, that will be much easier.

(the kernel config file syntax had changed and you would have to rebuild
the config binary prior to configuring a kernel, and some more stuff
might also have changed, so you are better of with a snapshot).

 
 ../../../../conf/files:1005: syntax error
 ../../../../conf/files:1006: syntax error
 ../../../../conf/files:1007: syntax error
 ../../../../conf/files:1008: syntax error
 ../../../../conf/files:1009: syntax error
 ../../../../conf/files:1010: syntax error
 ../../../../conf/files:1011: syntax error
 ../../../../conf/files:1012: syntax error
 ../../../../conf/files:1013: syntax error
 ../../../../conf/files:1014: syntax error
 ../../../../conf/files:1015: syntax error
 ../../../../conf/files:1016: syntax error
 ../../../../conf/files:1017: syntax error
 ../../../../conf/files:1018: syntax error
 ../../../../conf/files:1019: syntax error
 ../../../../conf/files:1020: syntax error
 ../../../../conf/files:1021: syntax error
 ../../../../conf/files:1022: syntax error
 ../../../../conf/files:1023: syntax error
 ../../../../conf/files:1024: syntax error
 ../../../../conf/files:1025: syntax error
 ../../../../conf/files:1026: syntax error
 ../../../../conf/files:1027: syntax error
 ../../../../conf/files:1028: syntax error
 ../../../../conf/files:1029: syntax error
 ../../../../conf/files:1030: syntax error
 ../../../../conf/files:1031: syntax error
 ../../../../conf/files:1032: syntax error
 ../../../../conf/files:1033: syntax error
 ../../../../conf/files:1034: syntax error
 ../../../../conf/files:1035: syntax error
 ../../../../conf/files:1036: syntax error
 ../../../../conf/files:1037: syntax error
 ../../../../conf/files:1038: syntax error
 *** Stop.
 
 Oddly, the conf directory does not even exist where it is supposedly
 having all these errors. I've retrieved the src files via CVSup, and here is
 my CVSup file in case I may have something wrong:
 
 # Defaults that apply to all the collections
 *default release=cvs
 *default delete use-rel-suffix
 *default umask=002
 *default host=anoncvs1.usa.openbsd.org
 *default base=/var/db
 *default prefix=/usr
 *default tag=OPENBSD_4_3
 
 # If your network link is a T1 or faster, comment out the following line.
 # *default compress
 
 OpenBSD-ports
 #OpenBSD-all
 OpenBSD-src
 #OpenBSD-www
 #OpenBSD-x11
 #OpenBSD-xenocara
 
 Any and all help is appreciated, I'm sure I'm missing a step somewhere.
 
 Thanks in advance,
 
 Shane



Re: config GENERIC error

2008-08-03 Thread Emilio Perea
On Sun, Aug 03, 2008 at 02:54:17PM -0500, pezking wrote:
 Hello,
 
 This is my first OpenBSD mailing list post so I hope I am in the correct
 place, and if I am not I apologize in advance. I'm having some trouble
 upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
 stage. I am a little bit stumped as I have not edited the kernel in any way
 in my previous install, or in this one (thus just using GENERIC). I've
 followed the steps in the handbook but this is the error I get when I do
 config GENERIC inside /usr/src/sys/arch/i386/conf/:
 
I believe config changed in between releases.  You should upgrade to
4.3 release and then update to stable.



Re: config GENERIC error

2008-08-03 Thread pezking
On Sun, Aug 3, 2008 at 3:17 PM, Emilio Perea [EMAIL PROTECTED] wrote:

 On Sun, Aug 03, 2008 at 02:54:17PM -0500, pezking wrote:
  Hello,
 
  This is my first OpenBSD mailing list post so I hope I am in the correct
  place, and if I am not I apologize in advance. I'm having some trouble
  upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
  stage. I am a little bit stumped as I have not edited the kernel in any
 way
  in my previous install, or in this one (thus just using GENERIC). I've
  followed the steps in the handbook but this is the error I get when I do
  config GENERIC inside /usr/src/sys/arch/i386/conf/:
 
 I believe config changed in between releases.  You should upgrade to
 4.3 release and then update to stable.


Thanks for the fast replies guys. I'll try your suggestion Emilio, just to
make sure, for the tag option in my supfile, do I just do . as I would
with FreeBSD to get the current release?

Shane



Re: config GENERIC error

2008-08-03 Thread Dorian Büttner

pezking schrieb:

On Sun, Aug 3, 2008 at 3:17 PM, Emilio Perea [EMAIL PROTECTED] wrote:

  

On Sun, Aug 03, 2008 at 02:54:17PM -0500, pezking wrote:


Hello,

This is my first OpenBSD mailing list post so I hope I am in the correct
place, and if I am not I apologize in advance. I'm having some trouble
upgrading from OpenBSD 4.2 to 4.3 - particularly at the config GENERIC
stage. I am a little bit stumped as I have not edited the kernel in any
  

way


in my previous install, or in this one (thus just using GENERIC). I've
followed the steps in the handbook but this is the error I get when I do
config GENERIC inside /usr/src/sys/arch/i386/conf/:

  

I believe config changed in between releases.  You should upgrade to
4.3 release and then update to stable.




Thanks for the fast replies guys. I'll try your suggestion Emilio, just to
make sure, for the tag option in my supfile, do I just do . as I would
with FreeBSD to get the current release?

Shane
  

for current, you use tag=. , and for -stable something like tag=OPENBSD_4_3
release is what ships on cd.



Re: config GENERIC error

2008-08-03 Thread Emilio Perea
On Sun, Aug 03, 2008 at 03:33:26PM -0500, pezking wrote:

 Thanks for the fast replies guys. I'll try your suggestion Emilio, just to
 make sure, for the tag option in my supfile, do I just do . as I would
 with FreeBSD to get the current release?

Yes, but as Dorian noted, that is the 4.4-beta current, so you would
download the current snapshot first.  My suggestion was to download the
4.3 release and then update it to -stable with OPENBSD_4_3, which is
wrong if you want -current. 

The i386 snapshot on the ftp sites earlier today had a corrupt kernel
file (build 1010).  The latest (1011) is fine.