Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 2004 11:04:11 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        "Michael W. Oliver" <michael@gargantuan.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: fwohci init on 5.3-RELEASE blowing up
Message-ID:  <20041228190411.GB69940@dragon.nuxi.com>
In-Reply-To: <20041227013118.GA76674@gargantuan.com>
References:  <20041220152647.GA31796@gargantuan.com> <20041223163929.GA52351@gargantuan.com> <20041227013118.GA76674@gargantuan.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 26, 2004 at 08:31:18PM -0500, Michael W. Oliver wrote:
> On 2004-12-23T11:39:29-0500, Michael W. Oliver wrote:
> > On 2004-12-20T10:26:47-0500, Michael W. Oliver wrote:
> > I went to http://www.freebsd.org/releases/snapshots.html and from there
> > to ftp://current.freebsd.org/pub/FreeBSD/snapshots/amd64/ but couldn't
> > find anything newer than late-October.

I tried to build a new 6-CURRENT snapshot a few weeks ago, but someone
broke the release process.  I'll see if I can actually get thru one
today.

> Subsequent tries:
> -------------------
> This machine is a P2/400MHz running -CURRENT from about 2 weeks ago,
> which means that it has the /sbin/mdconfig that was missing on the 4.9
> machine.  Hooray!  Unfortunately, this machine is painfully slow at
> building an entire release.  First build attempt failed trying to 'make
> index' for ports, so I started again with 'NOPORTS=YES'.  This worked
> for a little while longer, then failed again with the following error:
> 
> ------8<-------------------------------
> [...]
> ln /R/stage/mfsfd/stand/etc/services /R/stage/mfsfd/etc/services
> ln /R/stage/mfsfd/stand/etc/group /R/stage/mfsfd/etc/group
> ln /R/stage/mfsfd/stand/etc/netconfig /R/stage/mfsfd/etc/netconfig
> cp /R/stage/trees/base/COPYRIGHT /R/stage/mfsfd/stand/help/COPYRIGHT.hlp
> test -f /usr/src/release/install.cfg  && cp /usr/src/release/install.cfg
> /R/stage/mfsfd
> *** Error code 1 (ignored)
> sh -e /usr/src/release/scripts/doFS.sh bsdlabel amd64 /R/stage/mfsroot/mfsroot /R/stage /mnt  4096 /R/stage/mfsfd 8192 auto
> + export BLOCKSIZE=512
> + DISKLABEL=bsdlabel
> + shift
> + MACHINE=-m amd64

It almost looks like you're trying to do a cross-build (ie, build a
64-bit release on a 32-bit machine).  That isn't supported.  RU often
keeps it working enough to test compilation issues; but not to produce a
real release.

-- 
-- David  (obrien@FreeBSD.org)



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