From owner-freebsd-ports@FreeBSD.ORG Mon Jun 20 16:55:18 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 9807D1065691; Mon, 20 Jun 2011 16:55:18 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 748908FC08; Mon, 20 Jun 2011 16:55:16 +0000 (UTC) Received: by vxg33 with SMTP id 33so1091188vxg.13 for ; Mon, 20 Jun 2011 09:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=0BToTud0EpOV9nhV2ScJrd4DGu49wqhyn8SVfyGF95A=; b=JjqZ8eqXkowqPu4kGKjlBsHJO4vFl1dYjKqwoDsAnGSNlF14Pnr9yZ1wCu5Byvcf4v FtlRjsQPJQA9rvUPR/xoDRrwFKS/ABtY7KTt36SllX7v2lx/5zTxz1fb4fpCv+YlxX3G qj4BLxgAVKqsi4IRHq3fMS2IVeQhHmPOM6/8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iH33F9/wXrONJqEAZa06h9l17f44numAUtIl6DeBNxlPyuacw48otxFGROBgEAV0yT jNIjoAFGx5O9SPfgnjdzMhhZn2irXjkNXdDQnArAwGGjmrj0uNVSXhr9mtpDktDw7Bsz wS/aTdTlURnY3M/zMkfyq/2S84WJFBXLXMhuI= MIME-Version: 1.0 Received: by 10.52.109.134 with SMTP id hs6mr4118723vdb.139.1308587525179; Mon, 20 Jun 2011 09:32:05 -0700 (PDT) Received: by 10.52.184.226 with HTTP; Mon, 20 Jun 2011 09:32:05 -0700 (PDT) In-Reply-To: <20110620153753.GA41541@freebsd.org> References: <20110620153753.GA41541@freebsd.org> Date: Mon, 20 Jun 2011 19:32:05 +0300 Message-ID: From: Vitaly Magerya To: Roman Divacky Content-Type: text/plain; charset=UTF-8 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:55:18 -0000 Hi, Roman. Can you specify what environment and which make options where used? I'm somewhat confused because of log [1]: the Makefile basically does the compiling this way: ${MAKE} PROG=lemon NOMAN=1 NO_MAN=1 \ CFLAGS="-g ${CFLAGS}" \ -f /usr/share/mk/bsd.prog.mk Since bsd.prog.mk does respect CC, and the log says that "cc" was invoked, it must follow that CC is "cc" (or empty). What am I missing? [1] http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110616185105/lemon-1.69.log