From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 11:48:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3316E37B401 for ; Fri, 18 Jul 2003 11:48:27 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C30D43FAF for ; Fri, 18 Jul 2003 11:48:26 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (ugly.x.kientzle.com [66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h6IImOsE008195; Fri, 18 Jul 2003 11:48:25 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F1841B0.3080304@acm.org> Date: Fri, 18 Jul 2003 11:51:28 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: kientzle@acm.org References: <20030715100839.F41961@inton.Ninja-assassin.com> <20030716133802.K18278@schnell.net> <20030716181354.GA44980@dan.emsphone.com> <20030717074756.B17029@gamplex.bde.org> <20030717123524.T24327@schnell.net> <20030718154832.K21942@gamplex.bde.org> <20030718095946.H29869@schnell.net> <3F183EF9.7020506@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Matt Loschert cc: current@freebsd.org Subject: Re: Buildworld fails in 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 18:48:27 -0000 Tim Kientzle wrote: > Matt Loschert wrote: >> Then the following output repeated 363 times >> -------------------------------------------- >> >> crunchgen: make error: Remaking `crunchgen_objs' >> >> crunchgen: make error: Results of making crunchgen_objs: >> >> crunchgen: make error: >> >> crunchgen: make error: Remaking `loop' >> >> crunchgen: make error: Results of making loop: >> >> crunchgen: make error: A little more information: The word 'error' here concerns me, but the repetition is expected. Crunchgen writes out and runs a short makefile in order to grab build information from a particular program. Since /rescue has about 120 components, you should see 'crunchgen_objs' and 'loop' targets getting built about 120 times. Ummm... by '363 times', did you mean 363 lines or 363 copies of this six-line block? If the latter, then something is definitely getting rebuilt needlessly. Tim