From owner-freebsd-ports@FreeBSD.ORG Mon Jun 20 16:23:01 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CCB31065670; Mon, 20 Jun 2011 16:23:01 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mail.lysator.liu.se (unknown [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id 346098FC08; Mon, 20 Jun 2011 16:23:01 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 883A840003; Mon, 20 Jun 2011 18:23:00 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 7D53B4000F; Mon, 20 Jun 2011 18:23:00 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,FREEMAIL_FROM autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 59EFD40003; Mon, 20 Jun 2011 18:23:00 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 2A16A119C04; Mon, 20 Jun 2011 18:23:00 +0200 (CEST) Received: from [IPv6:2001:470:dca9:1::4] (vivi.daemonic.se [IPv6:2001:470:dca9:1::4]) by mail.daemonic.se (Postfix) with ESMTPSA id 1242B12B0A0; Mon, 20 Jun 2011 18:23:00 +0200 (CEST) Message-ID: <4DFF73E3.5010405@gmail.com> Date: Mon, 20 Jun 2011 18:22:59 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Roman Divacky References: <20110620153753.GA41541@freebsd.org> In-Reply-To: <20110620153753.GA41541@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports@freebsd.org Subject: Re: [ANNOUNCE]: clang compiling ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 16:23:01 -0000 On 2011-06-20 17:37, Roman Divacky wrote: > Hi! > > > Flz@ just run an exp-build with CC=clang and CXX=clang++. The results can be > seen here: > > > http://pointyhat.freebsd.org/errorlogs/amd64-9-exp-latest/ > > > A lot of these failures are trivial to fix (ie. not respecting CC setting, etc.) > and prevent a lot of other ports from building. > > It would be great if you could skim over the list to see if some of the ports > you maintain are broken and possibly try to fix them. A small introduction into > the Clang+Ports can be read at: http://wiki.freebsd.org/PortsAndClang. > > Please focus on the biggest offenders (ie. ports that prevent the most other > ports from building). > > Thank you for helping us! > > Roman Divacky Would it be helpful to add a wiki page where people can annotate failed ports etc.? Much like what was done for the update to gmake... Regards -- Niclas