Subject: Re: Problem with -current build from VAX sources (22-Jan-2004)
To: Luke Mewburn <lukem@NetBSD.org>
From: Brian Chase <vaxzilla@jarai.org>
List: current-users
Date: 01/25/2004 09:50:12
On Sat, 24 Jan 2004, Luke Mewburn wrote:
> On Fri, Jan 23, 2004 at 02:19:28PM -0500, Brian Chase wrote:

>   | With the following command,
>   |
>   | ./build.sh -m vax -V CHECKFLIST_FLAGS="-e -m" -j4 -R /usr/snapshot release
>   |
>   | the build dies here:
>   |
>   | --- work.built ---
>   | Building tree into work
>   | nbmtree: existing entry for `mt0', type `block' does not match type `link'
>   | nbmtree: failed at line 237 of the specification
>
> Are there multiple entries for 'mt0' in "work.spec"?
> How do the entries in the spec file for 'mt0' compare with the entries
> in the file system?

The work.spec file under src/distrib/miniroot/obj/ contains three
lines for mt0, but I'm guessing this is normal.  It doesn't look like
the work.spec file has changed at all since my last successful build
in December.

As for how it compares to entries in the filesystem, I'm not sure where
under the src hierarchy I should be looking.  The contents of my
src/obj/destdir.vax/dev/ directory are very minimal, with only MAKEDEV,
MAKEDEV.local, altq/, fd/, and a symlink for log.

-brian.