fwohci init on 5.3-RELEASE blowing up

David O'Brien obrien at freebsd.org
Tue Dec 28 11:04:13 PST 2004


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 at FreeBSD.org)


More information about the freebsd-amd64 mailing list