From owner-freebsd-ports@FreeBSD.ORG Mon May 26 15:48:09 2014 Return-Path: Delivered-To: freebsd-ports@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 9FD0265C; Mon, 26 May 2014 15:48:09 +0000 (UTC) Received: from mailhost.netlab.sk (mailhost.netlab.sk [84.245.65.10]) (using SSLv3 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E0FF20CE; Mon, 26 May 2014 15:48:08 +0000 (UTC) Received: from zeta.dino.sk (fw1.dino.sk [84.245.95.252]) (AUTH: LOGIN milan) by mailhost.netlab.sk with ESMTPA; Mon, 26 May 2014 17:48:07 +0200 id 005080C7.53836237.0000A937 Date: Mon, 26 May 2014 17:47:59 +0200 From: Milan Obuch To: Dimitry Andric Subject: Re: mail/courier build failures on newer FreeBSD versions Message-ID: <20140526174759.046d28b6@zeta.dino.sk> In-Reply-To: <5C74B300-3D6D-4634-98C3-75B06080B712@FreeBSD.org> References: <20140525213854.0d952d1d@zeta.dino.sk> <5C74B300-3D6D-4634-98C3-75B06080B712@FreeBSD.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; i386-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 15:48:09 -0000 On Mon, 26 May 2014 17:23:51 +0200 Dimitry Andric wrote: > On 25 May 2014, at 21:38, Milan Obuch wrote: > > pkg-fallout-builder@FreeBSD.org sends me every other day mails about > > failing mail/courier build for both 10.0 and 11.0 FreeBSD versions. > > There is some incompatibility with GCC 4.7, which is used to build > > mail/courier on systems with system compiler switched to clang. It > > works, however, with GCC 4.6, this is tested on both 10.0-STABLE and > > 11.0-CURRENT systems, both i386 and amd64 architectures. > > Please try this diff, which makes mail/courier compile with clang. I > also verified that it builds with gcc 4.7 and 4.8. > > -Dimitry Thanks, I will test it. If it works, no need to use external compiler = less dependencies... for me, a good thing. Milan