Re: Userland Compilation Dies

2005-09-23 Thread Chris
Oh no! My eyes must have slipped up the page! (I have the docs open on my other machine, and I am going back and forth). I have been at this too long! Thank you Mitja! I actually did do it right the first time.. but it errored out. Interesting that using the current didn't error out in the sam

Re: Userland Compilation Dies

2005-09-22 Thread Nick Holland
Stuart Henderson wrote: > --On 22 September 2005 16:52 -0400, Chris wrote: ... >> Replace "i386" in the first line with your machine name. > > That's 'machine' as in 'what uname -m tells you' (i386, sparc64, > macppc, hppa, [...]), not hostname. That was somewhat unclear on my part. Fixed n

Re: Userland Compilation Dies

2005-09-22 Thread Stuart Henderson
--On 22 September 2005 16:52 -0400, Chris wrote: I am trying to follow the stable branch, so updated my CVS for src, ports and X like so: # cd /usr # cvs -d$CVSROOT up -Pd* That's -current. Add -rOPENBSD_3_7 for 3.7-stable, or follow updating beyond

Re: Userland Compilation Dies

2005-09-22 Thread Greg Thomas
On 9/22/05, Chris <[EMAIL PROTECTED]> wrote: > > Hello. > > I had an OBSD system, 3.6. I went to update it the other day to 3.7, > and everything seemed to work swell. I followed the instructions from > the upgrade faq, and things seemed to work without a hitch. > > I am trying to follow the stable

Userland Compilation Dies

2005-09-22 Thread Chris
Hello. I had an OBSD system, 3.6. I went to update it the other day to 3.7, and everything seemed to work swell. I followed the instructions from the upgrade faq, and things seemed to work without a hitch. I am trying to follow the stable branch, so updated my CVS for src, ports and X like so: