From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 809 invoked by alias); 4 Aug 2012 10:37:11 -0000 Received: (qmail 792 invoked by uid 22791); 4 Aug 2012 10:37:10 -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 10:36: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 0049F58445C; Sat, 4 Aug 2012 03:36:56 -0700 (PDT) Date: Sat, 04 Aug 2012 10:37:00 -0000 Message-Id: <20120804.033651.44266746063356611.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: <20120804.022552.2121317603978630665.davem@davemloft.net> References: <20120804.013025.2131940433446173645.davem@davemloft.net> <20120804.022552.2121317603978630665.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/msg00039.txt.bz2 From: David Miller Date: Sat, 04 Aug 2012 02:25:52 -0700 (PDT) > 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. Ok, sparc64 looks good.