From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 22:13:37 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAA38106566C for ; Tue, 26 Jun 2012 22:13:37 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-yw0-f44.google.com (mail-yw0-f44.google.com [209.85.213.44]) by mx1.freebsd.org (Postfix) with ESMTP id 843D98FC1B for ; Tue, 26 Jun 2012 22:13:37 +0000 (UTC) Received: by yhq56 with SMTP id 56so511696yhq.17 for ; Tue, 26 Jun 2012 15:13:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=gfvFjjg9Gxv4edlij9xdkhPLsMRaQb8+X7ucZlunHN8=; b=jOH9fDKqESiyn5muZ34EA9ULByIB1PAXIekZ13jkLYD4wfFv1HRX0DKyaigCKErxE/ VpOWK8CFfmoNqMowgxaX8bGcvF2RECFyOqd4616IewwhkuEptLsMMeUkRZeKFJz9kNdq bAJlPh1Z9bM//nr/PF2cS8Pq+sH6rZvJPyfxGMvgUmGv5OAV8++RnbpDZuH2y15iYnXl xy03Gz4pUIgipEzKEpRFTSiHy7iqsqKxnagOJB7gEUq7x+5c1PNZkrR40cYoRx1HQssM MeXa3j0XbH/j21Ckd5Y7cN0qRZHBsiiuCjF6+yPLhqAEF28GRnnuv+9Rm6O4YQKGpOZN T4Aw== Received: by 10.50.156.228 with SMTP id wh4mr11147053igb.47.1340748816659; Tue, 26 Jun 2012 15:13:36 -0700 (PDT) Received: from luna.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com. [184.58.138.79]) by mx.google.com with ESMTPS id nh8sm3643691igc.1.2012.06.26.15.13.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jun 2012 15:13:36 -0700 (PDT) From: ajtiM To: freebsd-questions@freebsd.org Date: Tue, 26 Jun 2012 17:13:21 -0500 User-Agent: KMail/1.13.7 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201206261713.21233.lumiwa@gmail.com> Subject: llvm/clang 3.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2012 22:13:37 -0000 Hi! Today was upadate for llvm and clang 3.1. My system is FreeBSD 9.0-RELEASE-p3. I update the system with pormaster and llvm was updated to 3.1 but clang shows clang version 3.0 (branches/release_30 142614) 20111021 I installed lang/clang which is 3.1 and I have it in /usr/local/bin: clang version 3.1 (branches/release_31) Target: i386-portbld-freebsd9.0 In /etc/make.conf I have: CC=clang CXX=clang++ CPP=clang-cpp Today I try to build with /usr/local/bin/clang which is 3.1 and it works for graphics/opengtl but it didn't work for multimedia/cuse4bsd-kmod 0.1.24 and than I change back as I wrote above in make.conf and everythink works and I rebuilt opengtl whith clang 3.0 and it works. Is it important just update llvm to 3.1 on FreeBSD 9.0 Rel;ease, please? Do I need to pkg_delete lang/clang? Thank in advance. Mitja -------- http://jpgmag.com/people/lumiwa