From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23996 invoked by alias); 27 Nov 2014 08:58:41 -0000 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 Received: (qmail 23986 invoked by uid 89); 27 Nov 2014 08:58:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Nov 2014 08:58:39 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id D6D4BBE268C9A; Thu, 27 Nov 2014 08:58:35 +0000 (GMT) Received: from KLMAIL02.kl.imgtec.org (10.40.60.222) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 27 Nov 2014 08:58:37 +0000 Received: from BADAG03.ba.imgtec.org (10.20.40.115) by klmail02.kl.imgtec.org (10.40.60.222) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 27 Nov 2014 08:58:37 +0000 Received: from BADAG02.ba.imgtec.org ([fe80::612d:e977:c603:32d6]) by badag03.ba.imgtec.org ([::1]) with mapi id 14.03.0123.003; Thu, 27 Nov 2014 00:58:33 -0800 From: Doug Gilmore To: "libc-ports@sourceware.org" CC: "joseph@codesourcery.com" Subject: Recent change to nscd/connections.c broke mips-mti-linux-gnu build? Date: Thu, 27 Nov 2014 08:58:00 -0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2014-11/txt/msg00000.txt.bz2 Our nightly build for mips-mti-linux-gnu target toolchain died in the build of glibc: connections.c:1467:4: error: implicit declaration of function 'ignore_value= ' [-Werror=3Dimplicit-function-declaration] ignore_value (setuid (server_uid)); This appears to be related to the following commit: commit 8915eacef88eb25ac94e6bb37b473adb326e9d1b Author: Joseph Myers Date: Wed Nov 26 20:54:16 2014 +0000 Avoid warnings for unused results in nscd/connections.c. Is anyone else seeing this? Doug