From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11317 invoked by alias); 26 Jul 2012 20:48:22 -0000 Received: (qmail 11298 invoked by uid 22791); 26 Jul 2012 20:48:20 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jul 2012 20:48:08 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 5C1482C107; Thu, 26 Jul 2012 13:48:05 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: "Joseph S. Myers" Cc: Andreas Jaeger , , Subject: Re: [PATCH roland/getrlimit] Re: Bug 14138 - Move some functions to syscalls.list In-Reply-To: Joseph S. Myers's message of Thursday, 26 July 2012 20:24:07 +0000 References: <50103612.3050308@suse.com> <20120725203222.AF6452C0E2@topped-with-meat.com> <5296462.88fGOZ3lSr@byrd> <20120726185950.D07662C064@topped-with-meat.com> Message-Id: <20120726204805.5C1482C107@topped-with-meat.com> Date: Thu, 26 Jul 2012 20:48:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=e8d9udV/ c=1 sm=1 a=FMzGWu7IsJsA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=14OXPxybAAAA:8 a=l1iBYTtJEIHpOSRfURAA:9 a=CjuIK1q_8ugA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 X-IsSubscribed: yes 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-07/txt/msg00064.txt.bz2 > On Thu, 26 Jul 2012, Roland McGrath wrote: > > > It needs testing and sign-off from powerpc, sh, am33, arm, and m68k > > maintainers. > > The build fails for ARM with a linker error "libc.so: version node not > found for symbol getrlimit@@GLIBC_2.2". (Previously the 2.2 version would > get automatically converted to 2.4, the minimum symbol version for ARM > specified in shlib-versions.) Interesting. I'll look into some black magic for this. Thanks, Roland