Craig Mohrman wrote:
> 
> >Weired... ;-(
> >Ok... then please try to pull the Subversion tree directly and built it
> >- that way we may be able to figure out whether the problem is in the
> >Subversion repository or the SCCS copy...
> 
> I have the tree.
> How do I build it?

The usual quick&dirty way is to do a:
-- snip --
$ mkdir test_sparc
$ cd test_sparc
$ svn checkout
svn://svn.genunix.org/on/branches/ksh93/gisburn/prototype004/usr
$ bzcat ~/download/on-closed-bins-b51.sparc.tar.bz2 | tar -xf -
$ cd ..
# make sure "opensolaris.sh" is there and points to "test_sparc" (see
http://www.opensolaris.org/os/project/ksh93-integration/downloads/2006-09-14/
for a patch)
$ env - SHELL=$SHELL TERM=$TERM HOME=$HOME LOGNAME=$LOGNAME
DISPLAY=$DISPLAY LANG=C LC_ALL=C PAGER=less MANPATH=$MANPATH
/opt/onbld/bin/bldenv -d opensolaris.sh
$ cd test_sparc/usr/src
$ make setup 2>&1 | tee -a buildlog_setup.log
$ time nice dmake install 2>&1 | tee -a buildlog.log
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.mainz at nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)

Reply via email to