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: port-vax
Date: 01/27/2004 09:54:12
On Mon, 26 Jan 2004, Luke Mewburn wrote:
> On Sun, Jan 25, 2004 at 09:50:12AM -0500, Brian Chase wrote:
> | 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.
>
> What are the contents of the relevant lines in the specfile?
To recap, the error was:
Building tree into work
nbmtree: existing entry for `mt0', type `block' does not match type `link'
nbmtree: failed at line 237 of the specification
*** [work.built] Error code 1
1 error
It died at line 237, so here is that line and some that preceed and
following it. I've added line numbers for clarity.
235:./dev/mem type=char device=netbsd,3,0 mode=640 gid=2 uid=0
236:./dev/mt0 type=block device=netbsd,15,0 mode=660 gid=5 uid=0
237:./dev/mt0 type=link link=mt0 mode=0700 gid=0 uid=0
238:./dev/mt0 type=link link=ts0 mode=0700 gid=0 uid=0
239:./dev/mt1 type=block device=netbsd,15,1 mode=660 gid=5 uid=0
240:./dev/mt1 type=link link=mt1 mode=0700 gid=0 uid=0
241:./dev/mt1 type=link link=ts1 mode=0700 gid=0 uid=0
-brian.