From owner-freebsd-current Tue Mar 4 10:57:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07868 for current-outgoing; Tue, 4 Mar 1997 10:57:43 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA07835 for ; Tue, 4 Mar 1997 10:56:38 -0800 (PST) Received: from right.PCS (right.pcs. [148.105.10.31]) by sumatra.americantv.com (8.7.6/8.7.3) with ESMTP id NAA09389; Tue, 4 Mar 1997 13:31:18 -0600 (CST) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id SAA18346; Tue, 4 Mar 1997 18:56:20 GMT Message-ID: <19970304125619.55560@right.PCS> Date: Tue, 4 Mar 1997 12:56:19 -0600 From: Jonathan Lemon To: Joseph Stein Cc: freebsd-current@FreeBSD.ORG Subject: Re: 2.2 build failure again References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from Joseph Stein on Mar 03, 1997 at 09:41:09AM -0800 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mar 03, 1997 at 09:41:09AM -0800, Joseph Stein wrote: > [ ... chomp ... ] > Stop. > *** Error code 1 > > Stop. > Tue Mar 4 09:24:38 PST 1997 > > Could someone please tell me what that means? What is error code 2? How do > I track the problem down. Is it a problem with CVSup? It would help if next time you could include the error output from the 'make world' build, not just the standard output. The real error is not included in the output you sent. If you look at the error output, you will probably see a line saying: make: don't know how to make gdb.1. Stop. Temporary bandaid: add "NOMAN = 1" to the gnu/usr.bin/gdb/gdb/Makefile, and remove "doc" from the gnu/usr.bin/gdb/Makefile. -- Jonathan