From owner-freebsd-mips@FreeBSD.ORG Wed Jul 2 05:46:21 2014 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A82AB01; Wed, 2 Jul 2014 05:46:21 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF572297A; Wed, 2 Jul 2014 05:46:20 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id n3so8952281wiv.9 for ; Tue, 01 Jul 2014 22:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ABRgSuItEyDmEs6wgy9JhkO4OF4gfCPfuTuzs3w4yeM=; b=Yt5U9Qe+SNMJmUtoXRIO1OsGvIqtn4XBgN0XC2BObY5cXNZtFwlrpMy1GVBmqAY+9b XbJ13SqGsViyBtkAiNonoKzb6otQIfjdiOi4ufRyFD9MGfD9vVpbT4hndVEwjTTx+lze 9EKwva1FuSf7tLCM+l0XvII77cyLpzNtYJxXFiElfrphCwH/LYXqsKWLshPVUq4wvQmc 5SP9mtFIF+1xlUOSRQ3Ho4ZTqJeoLM4IsXw4naBm7knbgy7sqtnEli+FFQGPlrCcMkN2 N/K9nAn+cZ7pbkJhOYZ0mOnaOWqDNCBbfwndsIVxRpiwrOAsBtZ2HSwtttY8fkmE+KkH 3fbw== X-Received: by 10.180.206.144 with SMTP id lo16mr2036282wic.52.1404279979172; Tue, 01 Jul 2014 22:46:19 -0700 (PDT) Received: from dft-labs.eu (n1x0n-1-pt.tunnel.tserv5.lon1.ipv6.he.net. [2001:470:1f08:1f7::2]) by mx.google.com with ESMTPSA id hc4sm52725265wjc.38.2014.07.01.22.46.18 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 01 Jul 2014 22:46:18 -0700 (PDT) Date: Wed, 2 Jul 2014 07:46:16 +0200 From: Mateusz Guzik To: FreeBSD Tinderbox Subject: Re: [head tinderbox] failure on mips/mips Message-ID: <20140702054616.GG26696@dft-labs.eu> References: <201407020522.s625MTOT023706@freebsd-current.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201407020522.s625MTOT023706@freebsd-current.sentex.ca> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: mips@freebsd.org, current@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 05:46:21 -0000 On Wed, Jul 02, 2014 at 05:22:29AM +0000, FreeBSD Tinderbox wrote: > cc1: warnings being treated as errors > /src/sys/kern/kern_exec.c: In function 'kern_execve': > /src/sys/kern/kern_exec.c:346: warning: 'newsigacts' may be used uninitialized in this function > /src/sys/kern/kern_exec.c:346: note: 'newsigacts' was declared here > *** Error code 1 > Should be fixed with r268136 -- Mateusz Guzik