From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85064 invoked by alias); 22 May 2017 11:18:46 -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 85054 invoked by uid 89); 22 May 2017 11:18:45 -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=H*MI:sk:2017052 X-HELO: relay1.mentorg.com Date: Mon, 22 May 2017 11:18:00 -0000 From: Joseph Myers To: Zack Weinberg CC: Subject: Re: [PATCH 2/6] Committed: Remove __need macros from signal.h. In-Reply-To: <20170520231823.20924-3-zackw@panix.com> Message-ID: References: <20170520231823.20924-1-zackw@panix.com> <20170520231823.20924-3-zackw@panix.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-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-SW-Source: 2017-05/txt/msg00645.txt.bz2 This seems to have broken the build for MIPS. In file included from ../signal/signal.h:59:0, from ../include/signal.h:2, from ../misc/sys/param.h:28, from ../include/sys/param.h:1, from ../csu/init-first.c:26, from ../sysdeps/unix/sysv/linux/mips/init-first.c:44: ../sysdeps/unix/sysv/linux/bits/siginfo-consts.h:28:0: error: "__SI_ASYNCIO_AFTER_SIGIO" redefined [-Werror] #define __SI_ASYNCIO_AFTER_SIGIO 1 In file included from ../sysdeps/unix/sysv/linux/bits/types/siginfo_t.h:22:0, from ../signal/signal.h:57, from ../include/signal.h:2, from ../misc/sys/param.h:28, from ../include/sys/param.h:1, from ../csu/init-first.c:26, from ../sysdeps/unix/sysv/linux/mips/init-first.c:44: ../sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h:13:0: note: this is the location of the previous definition #define __SI_ASYNCIO_AFTER_SIGIO 0 cc1: all warnings being treated as errors https://sourceware.org/ml/libc-testresults/2017-q2/msg00210.html -- Joseph S. Myers joseph@codesourcery.com