Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2004 02:05:38 +0200
From:      Alex de Kruijff <freebsd@akruijff.dds.nl>
To:        Warren Liddell <shinjii@virusinfo.rdksupportinc.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: buildworld error
Message-ID:  <20040917000538.GB810@alex.lan>
In-Reply-To: <200409170951.40719.shinjii@virusinfo.rdksupportinc.com>
References:  <200409170951.40719.shinjii@virusinfo.rdksupportinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 17, 2004 at 09:51:40AM +1000, Warren Liddell wrote:
> below is the error i get each time.
> -----------------------------------------------------

I've tried it recently and it worked for me. I did it all in this order:
Did you skip any of these steps? (they come out of the handbook)

  rm -rf /var/tmp/temproot                      >  /dev/null
  cd /usr/src/usr.sbin/mergemaster              >  /dev/null
  ./mergemaster.sh -pa                          >  /dev/null

  cd      /usr/obj >  /dev/null
  chflags -R noschg *                   >  /dev/null
  rm      -rf       *                   >  /dev/null

  cd        /usr/src                            >  /dev/null
  make cleandir                       >  /dev/null
  make cleandir                       >  /dev/null
  make buildworld                     >  ${buildlog}
  make buildkernel KERNCONF=GENERIC   >  ${buildlog}.GENERIC


-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/FreeBSD/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040917000538.GB810>