Subject: Re: crossbuild netbsd-linux fails
To: Frederick Bruckman <fredb@immanent.net>
From: Roberto Pereyra <netbsd@gualeguaychu.gov.ar>
List: current-users
Date: 12/06/2004 10:42:29
Hi

I download the xsrc sources with whis command:

% setenv CVS_RSH ssh
% setenv CVSROOT anoncvs@anoncvs.NetBSD.org:/cvsroot
% cd /usr
% cvs checkout -rnetbsd-2-0  -Pd src

and then update it with:

% cvs update -Pd

It's right ?

roberto




On Mon, Dec 06, 2004 at 07:37:05AM -0600, Frederick Bruckman wrote:
> In article <20041206120000.GA54721@gualeguaychu.gov.ar>,
> 	netbsd@gualeguaychu.gov.ar (Roberto Pereyra) writes:
> > 
> > Today I updated netbsd 2 my sources (with xsrc included) in my linux debian host.
> > 
> > Without xsrc sources the i386 release build fine, but fails when I include the xsrc sources.
> 
> Are you using the netbsd-2-0 (or netbsd-2-0_RELEASE) tagged xsrc?
> 
> 
> Frederick