From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16212 invoked by alias); 29 Jan 2003 19:33:22 -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 16190 invoked from network); 29 Jan 2003 19:33:21 -0000 Received: from unknown (HELO fred.ninemoons.com) (68.14.214.217) by 172.16.49.205 with SMTP; 29 Jan 2003 19:33:21 -0000 Received: from fred.ninemoons.com (localhost.localdomain [127.0.0.1]) by fred.ninemoons.com (8.12.5/8.12.5) with ESMTP id h0TJZX11010308; Wed, 29 Jan 2003 12:35:34 -0700 Received: (from fnf@localhost) by fred.ninemoons.com (8.12.5/8.12.5/Submit) id h0TJZNGp010305; Wed, 29 Jan 2003 12:35:23 -0700 From: Fred Fish Message-Id: <200301291935.h0TJZNGp010305@fred.ninemoons.com> Subject: current version from CVS fails build To: insight@sources.redhat.com Date: Wed, 29 Jan 2003 19:33:00 -0000 Cc: fnf@ninemoons.com Reply-To: fnf@ninemoons.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q1/txt/msg00050.txt.bz2 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. -Fred