problem building stable from stable

2006-05-28 Thread Antoine Jacoutot
Hi... I'm having (for the first time) an issue building 3.9-stable from 3.9-stable. I compiled a new kernel then reboot and after issuing the following command in /usr/src, I get this (this just "cvs -up -Pd"): # make build [.] ===> libexec/login_chpass cc -O2 -pipe -Wall -DYP -c /usr/src/

Re: problem building stable from stable

2006-05-29 Thread Alexander Belikov
Hello Antoine, Sunday, May 28, 2006, 7:20:11 PM, you wrote: AJ> Hi... AJ> I'm having (for the first time) an issue building 3.9-stable from 3.9-stable. AJ> I compiled a new kernel then reboot and after issuing the following command in AJ> /usr/src, I get this (this just "cvs -up -Pd"): cvs -u

Re: problem building stable from stable

2006-05-29 Thread Antoine Jacoutot
Selon Alexander Belikov <[EMAIL PROTECTED]>: > cvs -up -Pd updates your source tree to -current, not -stable Aren't CVS tags supposed to be sticky ? I thought the following should work: $ cd /usr $ cvs -d [EMAIL PROTECTED]:/cvs -q co -rOPENBSD_3_9 -P src $ cd /usr/src && cvs -q up -Pd >From cvs(

Re: problem building stable from stable

2006-05-29 Thread Alexander Belikov
AJ> Alexander Belikov <[EMAIL PROTECTED]>: >> cvs -up -Pd updates your source tree to -current, not -stable AJ> Aren't CVS tags supposed to be sticky ? AJ> I thought the following should work: AJ> $ cd /usr AJ> $ cvs -d [EMAIL PROTECTED]:/cvs -q co -rOPENBSD_3_9 -P src AJ> $ cd /usr/src && cvs -q

Re: problem building stable from stable

2006-05-29 Thread Tobias Ulmer
On Mon, May 29, 2006 at 03:24:00PM +0300, Alexander Belikov wrote: > AJ> Alexander Belikov <[EMAIL PROTECTED]>: > >> cvs -up -Pd updates your source tree to -current, not -stable > > AJ> Aren't CVS tags supposed to be sticky ? > AJ> I thought the following should work: > > AJ> $ cd /usr > AJ> $ c