From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17741 invoked by alias); 29 Jan 2003 19:37:42 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 17734 invoked from network); 29 Jan 2003 19:37:42 -0000 Received: from unknown (HELO redhat.com) (66.30.22.225) by 172.16.49.205 with SMTP; 29 Jan 2003 19:37:42 -0000 Received: by redhat.com (Postfix, from userid 201) id 7455E1B569; Wed, 29 Jan 2003 14:38:05 -0500 (EST) Date: Wed, 29 Jan 2003 19:37:00 -0000 From: Christopher Faylor To: fnf@ninemoons.com Cc: insight@sources.redhat.com Subject: Re: current version from CVS fails build Message-ID: <20030129193805.GA12410@redhat.com> Mail-Followup-To: fnf@ninemoons.com, insight@sources.redhat.com References: <200301291935.h0TJZNGp010305@fred.ninemoons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291935.h0TJZNGp010305@fred.ninemoons.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-q1/txt/msg00051.txt.bz2 On Wed, Jan 29, 2003 at 12:35:23PM -0700, Fred Fish wrote: >For the last few days, the latest version from the CVS repository has been >failing to build for me. The error is: > > make[2]: Entering directory `/links/build/sourceware/gdb/T-i686-pc-linux-gnu/tix/unix' > /bin/sh: line 1: cd: tk8.4: No such file or directory > >This is coming from the following in tix/unix/Makefile: > > # CYGNUS LOCAL: Just recur for most targets: > > SUBDIR = tk8.4 > > all test: > @cd $(SUBDIR) && $(MAKE) $@ > >and there is no tk8.4 subdir. tix has been obsoleted so you should just remove the directory. cgf