Subject: Re: probleme bulding current
To: guillaume mignot <guillaume.mignot@epitech.net>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 01/10/2002 16:22:30
On Wed, Jan 09, 2002 at 01:43:17PM +0100, guillaume mignot wrote:
| hello
| 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 ?
nope, but tools/makefs wasn't setup to correctly build on anything but
netbsd-current due to differences between /usr/src/sys/ufs/*/*. and
/usr/include/ufs/*/*.h on non-current hosts.
this has now been fixed. if you cvs update your source so that you
have at least the following versions:
tools/compat/config.h.in 1.3
tools/makefs/Makefile 1.2
(other files will have to be up to date as well), then you should be
now able to build tools/makefs on netbsd-current and netbsd-1-5 (and
versions in between :)
luke.
--
Luke Mewburn <lukem@wasabisystems.com> http://www.wasabisystems.com
Luke Mewburn <lukem@netbsd.org> http://www.netbsd.org
Wasabi Systems - NetBSD hackers for hire
NetBSD - the world's most portable UNIX-like operating system