From owner-freebsd-ports@FreeBSD.ORG Mon Jul 25 19:35:48 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1777C106566B for ; Mon, 25 Jul 2011 19:35:48 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id CA5848FC08 for ; Mon, 25 Jul 2011 19:35:47 +0000 (UTC) Received: by qyk38 with SMTP id 38so3035657qyk.13 for ; Mon, 25 Jul 2011 12:35:47 -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; bh=o3tfPKW9doSAYXEInwju8yJ5O40H/SkYIjLWuwwg1y4=; b=i/cTrO+3ThsudcpzfjdNXyI9ORFOtWCVVMUJbQ95NPzw47RvBKV1ZweH9Mc6KyWkHk P8AjXL1m0yFU87f7NBgvdFskjXjhJg5VUFwLZnqshfVX7c8XBHUgEyTUPBwQNsqN7N8/ oWclXoeXjgs9ZSJaOucbDSBrp8hg+rXmjf+o0= MIME-Version: 1.0 Received: by 10.229.68.12 with SMTP id t12mr3541298qci.254.1311620808953; Mon, 25 Jul 2011 12:06:48 -0700 (PDT) Received: by 10.229.230.18 with HTTP; Mon, 25 Jul 2011 12:06:48 -0700 (PDT) In-Reply-To: <20110725155920.GA83490@freebsd.org> References: <20110725155920.GA83490@freebsd.org> Date: Mon, 25 Jul 2011 22:06:48 +0300 Message-ID: From: George Liaskos To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: [ANNOUNCE]: clang compiling ports, take 2 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, 25 Jul 2011 19:35:48 -0000 On Mon, Jul 25, 2011 at 6:59 PM, Roman Divacky wrote: > Hi! > > > Flz@ just run another exp-build with CC=clang and CXX=clang++. The results can be > seen here: > > > http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/ > > > Since the last run we've managed to fix the biggest offenders but that > uncovered others that need fixing. The "Reason" column was extended and now > shows "assumes_gcc" which is the lowest hanging fruit :) > > A lot of these failures are trivial to fix (ie. assumes_gcc reason) 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 again! > > Roman Divacky > > Hello! I added some jquery for sorting / searching at the latest clang exp run. http://cybertron.gr/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/index.html I hope you 'll find it useful. Regards, George