From owner-freebsd-current@FreeBSD.ORG Wed Sep 28 16:15:33 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51DF106564A for ; Wed, 28 Sep 2011 16:15:33 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 110398FC13 for ; Wed, 28 Sep 2011 16:15:32 +0000 (UTC) Received: by wwe3 with SMTP id 3so8565965wwe.31 for ; Wed, 28 Sep 2011 09:15:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=irMLL2CP8DaTy+V0KR7XChfYZo9+AKYq3nUjIQogpS8=; b=jHx9da1K+zF/XK89XFbATgeBhaFLVMCEwlaxj7A+viieQB5uB+N8e54y4BlWYceaoT 7qwa5MRZxTr6OxGo1rOrEctAWH3gm84CpYKWKuGIH4cCOb/7ywHJjm7mmrHPIo7qnyVC vj9S2YRvn3sIAthcJuPDW9QO8IxxuzNRRsrG4= MIME-Version: 1.0 Received: by 10.227.179.14 with SMTP id bo14mr3596665wbb.90.1317226531842; Wed, 28 Sep 2011 09:15:31 -0700 (PDT) Received: by 10.180.96.104 with HTTP; Wed, 28 Sep 2011 09:15:31 -0700 (PDT) In-Reply-To: <20110928152127.GA53754@mech-cluster241.men.bris.ac.uk> References: <20110928152127.GA53754@mech-cluster241.men.bris.ac.uk> Date: Wed, 28 Sep 2011 12:15:31 -0400 Message-ID: From: Ryan Stone To: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: r225827 ia64 make buildworld: sendmail: cc1: warnings being treated as errors X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 16:15:33 -0000 On Wed, Sep 28, 2011 at 11:21 AM, Anton Shterenlikht wrote: > cc -O2 -pipe =A0-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -= I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB -DNI= S -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DNETINET6 -DSTARTTLS -D_FFR_TLS_1 -I/= usr/local/include -DSASL=3D2 -std=3Dgnu99 -Wsystem-headers -Werror -Wno-poi= nter-sign -c /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/main.c > cc1: warnings being treated as errors > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/main.c:112: warning= : initialization from incompatible pointer type > /usr/src/usr.sbin/sendmail/../../contrib/sendmail/src/main.c:113: warning= : initialization from incompatible pointer type > *** Error code 1 > 1 error This looks like this issue: http://lists.freebsd.org/pipermail/freebsd-current/2011-September/027640.ht= ml It seems that the fix hasn't been committed yet.