From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 4 15:30:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61841106566C for ; Sun, 4 Apr 2010 15:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23F228FC16 for ; Sun, 4 Apr 2010 15:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o34FU9bl079118 for ; Sun, 4 Apr 2010 15:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o34FU8JK079114; Sun, 4 Apr 2010 15:30:08 GMT (envelope-from gnats) Resent-Date: Sun, 4 Apr 2010 15:30:08 GMT Resent-Message-Id: <201004041530.o34FU8JK079114@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F4681065673 for ; Sun, 4 Apr 2010 15:25:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2EBE08FC1A for ; Sun, 4 Apr 2010 15:25:51 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o34FPoam066566 for ; Sun, 4 Apr 2010 15:25:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o34FPott066565; Sun, 4 Apr 2010 15:25:50 GMT (envelope-from nobody) Message-Id: <201004041525.o34FPott066565@www.freebsd.org> Date: Sun, 4 Apr 2010 15:25:50 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/145379: [clang] build sysutils/biosfont with llvm/clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2010 15:30:09 -0000 >Number: 145379 >Category: ports >Synopsis: [clang] build sysutils/biosfont with llvm/clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 04 15:30:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 8-STABLE/i386 >Organization: >Environment: Tinderbox running FreeBSD 8-STABLE/i386 2010-02-21, with system gcc/g++ replaced by LLVM/Clang r100327 >Description: In an ongoing effort to compile the Ports Tree with LLVM/Clang, here is a patch to build sysutils/biosfont with it. No PORTREVISION bump since Clang is not imported into the main tree yet and the runtime behavior is unaffected. >How-To-Repeat: Set up a 8-STABLE/i386 Tinderbox running Clang: * normal Tinderbox setup * extract tarball * build and install LLVM/Clang into the $TARBALL/tmp/usr (see http://clang.llvm.org/get_started.html) * remove gcc/g++ bits: $TARBALL/tmp/usr/bin/{cc,cpp,gcc,c89,c99,c++,c++filt,g++}, $TARBALL/tmp/usr/libexec/{cc1,cc1obj,cc1plus} * repack the tarball * shedule a build of sysutils/biosfont Note that just building the port with modified CC/CXX in /etc/make.conf does not trigger the problem, because the -Werror flag is not used in that case. >Fix: http://rene-ladan.nl/clang/patches/biosfont-clang.diff >Release-Note: >Audit-Trail: >Unformatted: