From durian@fever.boogie.com  Mon Oct 28 07:08:34 2002
Return-Path: <durian@fever.boogie.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1B3ED37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Oct 2002 07:08:34 -0800 (PST)
Received: from fever.boogie.com (cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0467243E8A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Oct 2002 07:08:29 -0800 (PST)
	(envelope-from durian@fever.boogie.com)
Received: from man.boogie.com (man.boogie.com [192.168.1.3])
	by fever.boogie.com (8.12.6/8.12.6) with ESMTP id g9SF8S8H029927
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Oct 2002 08:08:28 -0700 (MST)
	(envelope-from durian@fever.boogie.com)
Received: from man.boogie.com (localhost [127.0.0.1])
	by man.boogie.com (8.12.6/8.12.6) with ESMTP id g9SF8RKN083546
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Oct 2002 08:08:27 -0700 (MST)
	(envelope-from durian@man.boogie.com)
Received: (from durian@localhost)
	by man.boogie.com (8.12.6/8.12.6/Submit) id g9SF8RE3083545;
	Mon, 28 Oct 2002 08:08:27 -0700 (MST)
Message-Id: <200210281508.g9SF8RE3083545@man.boogie.com>
Date: Mon, 28 Oct 2002 08:08:27 -0700 (MST)
From: Mike Durian <durian@boogie.com>
Reply-To: Mike Durian <durian@boogie.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: buildworld fails on -current (10/28/02 and last few days)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44566
>Category:       i386
>Synopsis:       buildworld fails on -current (10/28/02 and last few days)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 28 07:10:06 PST 2002
>Closed-Date:    Tue Oct 29 08:42:50 PST 2002
>Last-Modified:  Tue Oct 29 08:50:05 PST 2002
>Originator:     Mike Durian
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD man.boogie.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Oct 24 12:30:27 MDT 2002 root@man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386


	
>Description:
	make buildworld has been failing for the last couple days.  Most
	recently with sources cvsup'd on 10/28/02 (am mountain time).
	It fails in the groff part of the bootstrap-tool stage.

	===> gnu/usr.bin/groff/tmac
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	"/disk2/src/gnu/usr.bin/groff/tmac/Makefile", line 2: warning: duplicate script for target "-s" ignored
	make: don't know how to make doc-common-s. Stop
	*** Error code 2

	Stop in /disk2/src/gnu/usr.bin/groff.
	*** Error code 1

	Stop in /disk2/src.
	*** Error code 1

	Stop in /disk2/src.
	*** Error code 1

	Stop in /disk2/src.

>How-To-Repeat:
	cd /usr/src ; sudo make buildworld
>Fix:

	


>Release-Note:
>Audit-Trail:

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/44566: buildworld fails on -current (10/28/02 and last
 few days)
Date: Tue, 29 Oct 2002 00:14:31 +0900

 durian> 	It fails in the groff part of the bootstrap-tool stage.
 
 What happen if you rebuild src/usr.bin/make with the latest source and
 try "make buildworld" again?
 
 -- -
 Makoto `MAR' Matsushita

From: Mike Durian <durian@boogie.com>
To: freebsd-gnats-submit@FreeBSD.org, durian@boogie.com
Cc: matusita@jp.FreeBSD.org
Subject: Re: i386/44566: buildworld fails on -current (10/28/02 and last few days)
Date: Tue, 29 Oct 2002 09:32:03 -0700

 Yes, rebuilding and installing make before doing a 'make buildworld'
 solves the problem.  I guess the build order for the bootstrap tools
 needs to be changed to build make before building groff.
 
 mike
 
State-Changed-From-To: open->closed 
State-Changed-By: matusita 
State-Changed-When: Tue Oct 29 08:42:17 PST 2002 
State-Changed-Why:  
The PR submitter confirmed that this is bacause make(1) installed 
before is broken. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44566 

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/44566: buildworld fails on -current (10/28/02 and last
 few days)
Date: Wed, 30 Oct 2002 01:41:26 +0900

 Next time you may email to current@FreeBSD.org, since '-current build
 broken' problem is considered as a temporary failure, not a bug.
 
 durian> Yes, rebuilding and installing make before doing a 'make
 durian> buildworld' solves the problem.  I guess the build order for
 durian> the bootstrap tools needs to be changed to build make before
 durian> building groff.
 
 It can't; if make is broken, you cannot make make.  "Build make before
 groff" is not a solution IMHO.
 
 -- -
 Makoto `MAR' Matsushita
>Unformatted:
