NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Compiling 6.0_RC1 fails



On Mon, 17 Sep 2012, Darrel wrote:

> On Mon, 17 Sep 2012, Pongthep Kulkrisada wrote:
>
> > Hi All,
> >
> > Firstly, I'm very new to NetBSD.
> > I'm now using NetBSD 5.1_STABLE on i386.
> > I have done cvs to 6.0_RC1 (I want to test it).
> > I tried building both userland and the kernel.
> > But compiling the new userland fails at some point (after 2 hours elapsed).
> > And I tried compiling the new kernel; it also fails (after 5 minutes
> > elapsed).
> > I cannot log error messages.
> > (I don't think script(1) can do such a large file.)
>
> script should do that just fine, unless your output file exceeds the free
> space of the indicated file system.

[ ... ]

You could try tee

  $ ./build.sh -r -x -O ../obj -T ../tools -U distribution | tee 
/var/tmp/buildlog.txt

or even plain old

  $ ./build.sh -r -x -O ../obj -T ../tools -U distribution > 
/var/tmp/buildlog.txt
  $ tail -f /var/tmp/buildlog.txt

to watch what's going on...  proably "cleaner", too...


-- 
David

"The most exciting phrase to hear in science, the one that heralds new
 discoveries, is not 'Eureka!' but 'That's funny....'" -- Isaac Asimov


Home | Main Index | Thread Index | Old Index