From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3619 invoked by alias); 4 Aug 2012 09:26:08 -0000 Received: (qmail 3595 invoked by uid 22791); 4 Aug 2012 09:26:07 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (149.20.54.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Aug 2012 09:25:55 +0000 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) by shards.monkeyblade.net (Postfix) with ESMTPSA id EAC3158440D; Sat, 4 Aug 2012 02:25:56 -0700 (PDT) Date: Sat, 04 Aug 2012 09:26:00 -0000 Message-Id: <20120804.022552.2121317603978630665.davem@davemloft.net> To: schwab@linux-m68k.org Cc: roland@hack.frob.com, libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [PATCH roland/dirent64] clean up wordsize-64 struct dirent functions From: David Miller In-Reply-To: References: <20120802215530.93E2E2C0A9@topped-with-meat.com> <20120804.013025.2131940433446173645.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00038.txt.bz2 From: Andreas Schwab Date: Sat, 04 Aug 2012 11:22:45 +0200 > David Miller writes: > >> make[2]: *** No rule to make target '../sysdeps/wordsize-64/iofgetpos.c', needed by '/home/davem/src/GIT/GLIBC/build-sparc64-multiarch/libio/iofgetpos.o'. Stop. > > Remove the stale dependency file. After I sent that build failure out I kind of figured it was an issue like that. Retesting now, thanks.