From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78811 invoked by alias); 23 Nov 2016 01:20:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 78663 invoked by uid 89); 23 Nov 2016 01:19:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Date: Wed, 23 Nov 2016 01:20:00 -0000 From: Joseph Myers To: Steve Ellcey CC: Andreas Schwab , Steve Ellcey , Subject: Re: [PATCH] Allow [f]statfs64 to alias [f]statfs In-Reply-To: <1479751640.14643.4.camel@caviumnetworks.com> Message-ID: References: <201611072213.uA7MDcpB020773@sellcey-lt.caveonetworks.com> <1479751640.14643.4.camel@caviumnetworks.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) X-SW-Source: 2016-11/txt/msg00813.txt.bz2 I'm seeing a build failure for alpha with build-many-glibcs.py that seems likely related to this change: /scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc/libc_pic.os: In function `__statfs64': /scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc-src/io/../sysdeps/unix/sysv/linux/statfs64.c:65: undefined reference to `__GI___statfs_disable' /scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc/libc_pic.os: In function `__fstatfs64': /scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc-src/io/../sysdeps/unix/sysv/linux/fstatfs64.c:63: undefined reference to `__fstatfs_disable' /scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc-src/io/../sysdeps/unix/sysv/linux/fstatfs64.c:63: undefined reference to `__fstatfs_disable' collect2: error: ld returned 1 exit status ../Makerules:703: recipe for target '/scratch/jmyers/glibc/many6/build/glibcs/alpha-linux-gnu/glibc/libc.so' failed -- Joseph S. Myers joseph@codesourcery.com