NetBSD Problem Report #44019

From bch@methodlogic.net  Sun Oct 31 16:26:20 2010
Return-Path: <bch@methodlogic.net>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id E51F763B873
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 31 Oct 2010 16:26:19 +0000 (UTC)
Message-Id: <20101031162611.GA23486@methodlogic.net>
Date: Sun, 31 Oct 2010 16:26:12 +0000
From: bch@methodlogic.net
Reply-To:
To: gnats-bugs@gnats.NetBSD.org
Subject: kernel build failure on -current (andoc.tmac)
X-Send-Pr-Version: 3.95

>Number:         44019
>Category:       kern
>Synopsis:       Kernel build failure
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 31 16:30:00 +0000 2010
>Closed-Date:    Sun Oct 31 23:42:00 +0000 2010
>Last-Modified:  Sun Oct 31 23:42:00 +0000 2010
>Originator:     bch@methodlogic.net
>Release:        NetBSD 5.99.39
>Organization:
	Method Logic Digial
	http://methodlogic.net/
>Environment:
System: NetBSD kamloops 5.99.39 NetBSD 5.99.39 (kamloops) #40: Thu Oct 28 17:59:12 PDT 2010 root@kamloops:/usr/obj/sys/arch/amd64/compile/kamloops amd64
Architecture: x86_64
Machine: amd64
>Description:
	From sources checked out at approx. Sun Oct 31 09:22:25 PDT 2010, build fails:

	make: make: don't know how to make /tooldir.NetBSD-5.99.39-amd64/share/groff/tmac/andoc.tmac. Stop
>How-To-Repeat:
	./build.sh -j 4 kernel=<mykernel>
>Fix:


>Release-Note:

>Audit-Trail:
From: jnemeth@victoria.tc.ca (John Nemeth)
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/44019: kernel build failure on -current (andoc.tmac)
Date: Sun, 31 Oct 2010 10:02:26 -0700

 On Feb 16,  4:37am, bch@methodlogic.net wrote:
 }
 } >Number:         44019
 } >Category:       kern
 } >Synopsis:       Kernel build failure
 } >Responsible:    kern-bug-people
 } >State:          open
 } >Arrival-Date:   Sun Oct 31 16:30:00 +0000 2010
 } >Originator:     bch@methodlogic.net
 } >Release:        NetBSD 5.99.39
 } >Organization:
 } 	Method Logic Digial
 } 	http://methodlogic.net/
 } >Environment:
 } System: NetBSD kamloops 5.99.39 NetBSD 5.99.39 (kamloops) #40: Thu Oct 28 17:59:12 PDT 2010 root@kamloops:/usr/obj/sys/arch/amd64/compile/kamloops amd64
 } Architecture: x86_64
 } Machine: amd64
 } >Description:
 } 	From sources checked out at approx. Sun Oct 31 09:22:25 PDT 2010, build fails:
 } 
 } 	make: make: don't know how to make /tooldir.NetBSD-5.99.39-amd64/share/groff/tmac/andoc.tmac. Stop
 } >How-To-Repeat:
 } 	./build.sh -j 4 kernel=<mykernel>

      Please use:  ./build.sh -j 4 tools kernel=<mykernel>

      The error is telling you (in a roundabout way) that tools haven't
 been built yet.  See this paragraph in src/BUILDING (in the
 kernel=kconf section):

                    This command does not imply the tools command; run the
                    tools command first unless it is certain that the tools
                    already exist and are up to date.

 }-- End of excerpt from bch@methodlogic.net

State-Changed-From-To: open->feedback
State-Changed-By: jnemeth@NetBSD.org
State-Changed-When: Sun, 31 Oct 2010 17:06:42 +0000
State-Changed-Why:
Feedback was given.


From: bch@methodlogic.net
To: gnats-bugs@NetBSD.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: kern/44019: kernel build failure on -current (andoc.tmac)
Date: Sun, 31 Oct 2010 22:02:42 +0000

 On Sun, Oct 31, 2010 at 05:05:03PM +0000, John Nemeth wrote:
 > The following reply was made to PR kern/44019; it has been noted by GNATS.
 > 
 > From: jnemeth@victoria.tc.ca (John Nemeth)
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: kern/44019: kernel build failure on -current (andoc.tmac)
 > Date: Sun, 31 Oct 2010 10:02:26 -0700
 > 
 >  On Feb 16,  4:37am, bch@methodlogic.net wrote:
 >  }
 >  } >Number:         44019
 >  } >Category:       kern
 >  } >Synopsis:       Kernel build failure
 >  } >Responsible:    kern-bug-people
 >  } >State:          open
 >  } >Arrival-Date:   Sun Oct 31 16:30:00 +0000 2010
 >  } >Originator:     bch@methodlogic.net
 >  } >Release:        NetBSD 5.99.39
 >  } >Organization:
 >  } 	Method Logic Digial
 >  } 	http://methodlogic.net/
 >  } >Environment:
 >  } System: NetBSD kamloops 5.99.39 NetBSD 5.99.39 (kamloops) #40: Thu Oct 28 17:59:12 PDT 2010 root@kamloops:/usr/obj/sys/arch/amd64/compile/kamloops amd64
 >  } Architecture: x86_64
 >  } Machine: amd64
 >  } >Description:
 >  } 	From sources checked out at approx. Sun Oct 31 09:22:25 PDT 2010, build fails:
 >  } 
 >  } 	make: make: don't know how to make /tooldir.NetBSD-5.99.39-amd64/share/groff/tmac/andoc.tmac. Stop
 >  } >How-To-Repeat:
 >  } 	./build.sh -j 4 kernel=<mykernel>
 >  
 >       Please use:  ./build.sh -j 4 tools kernel=<mykernel>
 >  
 >       The error is telling you (in a roundabout way) that tools haven't
 >  been built yet.  See this paragraph in src/BUILDING (in the
 >  kernel=kconf section):
 >  
 >                     This command does not imply the tools command; run the
 >                     tools command first unless it is certain that the tools
 >                     already exist and are up to date.

 OK -- good to know what the error is about, but I've been building
 from this tree for weeks successfully, and in fact re-tried w/o "-j"
 (and no other changes) and it worked fine. Strange.

 >  }-- End of excerpt from bch@methodlogic.net
 >  

 -- 
 Brad Harder
 Method Logic Digital Consulting
 http://methodlogic.net
 http://twitter.com/bcharder

From: bch@methodlogic.net
To: gnats-bugs@NetBSD.org
Cc: kern-bug-people@netbsd.org, gnats-admin@netbsd.org,
	netbsd-bugs@netbsd.org
Subject: Re: kern/44019: kernel build failure on -current (andoc.tmac)
Date: Sun, 31 Oct 2010 22:04:21 +0000

 On Sun, Oct 31, 2010 at 05:05:03PM +0000, John Nemeth wrote:
 > The following reply was made to PR kern/44019; it has been noted by GNATS.
 > 
 > From: jnemeth@victoria.tc.ca (John Nemeth)
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: kern/44019: kernel build failure on -current (andoc.tmac)
 > Date: Sun, 31 Oct 2010 10:02:26 -0700
 > 
 >  On Feb 16,  4:37am, bch@methodlogic.net wrote:
 >  }
 >  } >Number:         44019
 >  } >Category:       kern
 >  } >Synopsis:       Kernel build failure
 >  } >Responsible:    kern-bug-people
 >  } >State:          open
 >  } >Arrival-Date:   Sun Oct 31 16:30:00 +0000 2010
 >  } >Originator:     bch@methodlogic.net
 >  } >Release:        NetBSD 5.99.39
 >  } >Organization:
 >  } 	Method Logic Digial
 >  } 	http://methodlogic.net/
 >  } >Environment:
 >  } System: NetBSD kamloops 5.99.39 NetBSD 5.99.39 (kamloops) #40: Thu Oct 28 17:59:12 PDT 2010 root@kamloops:/usr/obj/sys/arch/amd64/compile/kamloops amd64
 >  } Architecture: x86_64
 >  } Machine: amd64
 >  } >Description:
 >  } 	From sources checked out at approx. Sun Oct 31 09:22:25 PDT 2010, build fails:
 >  } 
 >  } 	make: make: don't know how to make /tooldir.NetBSD-5.99.39-amd64/share/groff/tmac/andoc.tmac. Stop
 >  } >How-To-Repeat:
 >  } 	./build.sh -j 4 kernel=<mykernel>
 >  
 >       Please use:  ./build.sh -j 4 tools kernel=<mykernel>
 >  
 >       The error is telling you (in a roundabout way) that tools haven't
 >  been built yet.  See this paragraph in src/BUILDING (in the
 >  kernel=kconf section):
 >  
 >                     This command does not imply the tools command; run the
 >                     tools command first unless it is certain that the tools
 >                     already exist and are up to date.

 Can close... retried (w/o -j4, but did not rebuild tools) and worked
 fine. Thanks for tip re meaning of msg.



 >  }-- End of excerpt from bch@methodlogic.net
 >  

 -- 
 Brad Harder
 Method Logic Digital Consulting
 http://methodlogic.net
 http://twitter.com/bcharder

State-Changed-From-To: feedback->closed
State-Changed-By: mrg@NetBSD.org
State-Changed-When: Sun, 31 Oct 2010 23:42:00 +0000
State-Changed-Why:
building tools fixed it; done.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.