Subject: Re: probleme bulding current
To: guillaume mignot <guillaume.mignot@epitech.net>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 01/09/2002 15:13:43
guillaume mignot wrote:
> 
> hello
> my solution :
> 
> # cp sys/ufs/ffs/fs.h /usr/include/ufs/ffs/fs.h

Dangerous place to put it, a symlink in the makefs directory is
(probably)
enough - and won't destroy any attempts to buils a kernel for your
current
system.

Ah - now I see what is 'wrong'...

Surely it is inappropriate to build makefs with the 'host' compiler and
header
files.  So why is it being built, and what is it used for?

	David
> 
> Bye
> 
> On Wed, Jan 09, 2002 at 02:53:59PM +0000, David Laight wrote:
> >
> > > in src/tools/makefs
> > >
> > > /usr/src/tools/makefs/../../usr.sbin/makefs/../../sys/ufs/ffs/ffs_bswap.c: In function `ffs_sb_swap':
> > > /usr/src/tools/makefs/../../usr.sbin/makefs/../../sys/ufs/ffs/ffs_bswap.c:99: structure has no member named `fs_pendingblocks'
> > > [...]
> > > *** Error code 1
> > >
> > > Stop.
> > > make: stopped in /usr/src/tools/makefs
> > >
> > > Is the ffs broken ?