From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17017 invoked by alias); 4 Aug 2012 08:30:43 -0000 Received: (qmail 17001 invoked by uid 22791); 4 Aug 2012 08:30:40 -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 08:30:26 +0000 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) by shards.monkeyblade.net (Postfix) with ESMTPSA id CF46C58441A; Sat, 4 Aug 2012 01:30:27 -0700 (PDT) Date: Sat, 04 Aug 2012 08:30:00 -0000 Message-Id: <20120804.013025.2131940433446173645.davem@davemloft.net> To: roland@hack.frob.com Cc: 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: <20120802215530.93E2E2C0A9@topped-with-meat.com> References: <20120802214648.64D7C2C0AA@topped-with-meat.com> <20120802215530.93E2E2C0A9@topped-with-meat.com> 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/msg00036.txt.bz2 From: Roland McGrath Date: Thu, 2 Aug 2012 14:55:30 -0700 (PDT) > As before, I've tested that no code changed on x86_64-linux-gnu. > I think it should cover all wordsize-64 configurations, but they should > be tested: > alpha, ia64, mips64, tilegx64, powerpc64, s390x, sparc64 This breaks the build on sparc64: 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. make[2]: *** Waiting for unfinished jobs.... Makefile:233: recipe for target 'libio/subdir_lib' failed make[1]: *** [libio/subdir_lib] Error 2 Makefile:7: recipe for target 'all' failed make: *** [all] Error 2