From owner-freebsd-questions@FreeBSD.ORG Mon Sep 2 02:34:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98834CD2 for ; Mon, 2 Sep 2013 02:34:07 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74D0B27F8 for ; Mon, 2 Sep 2013 02:34:07 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so4148009pdj.36 for ; Sun, 01 Sep 2013 19:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+uAzn/2qbuI/7O1IeXL/hmMCylyunHNpNY7cHujGJMY=; b=Vx3rcbqB2Y0tfqfNICeUgGN5FegMZQO35Iyt7yvZnSeThTrjipFhOoKS0b0DbHrLwq 5lXQw3A1Qbo59rUCwc/hJ4Cuv+hJ5rogB4ILgzw37O1o07V+k4qWZzRYd1e9a/EUQ7Ym 2ILKlWCpaO5o3piQRQY9TsZakBGrZbg9Xuvs9dtnsm/WCYNDpodNSb+pw+aBA2otUyrZ 92eHXtCK1qct4SKOkYhghQS3BWXul/XopYd+o3GIjAxbFpRnMHSA6vi3b/zVDTjr7W1e Vlu2nRml2IixlaJ9+73tB7Kf8X6IZPWYKZehW+c3HDLSnx3ATN04tMxx3vbKDHWIXu8F WBVQ== MIME-Version: 1.0 X-Received: by 10.68.236.168 with SMTP id uv8mr5797425pbc.124.1378089247151; Sun, 01 Sep 2013 19:34:07 -0700 (PDT) Received: by 10.68.129.99 with HTTP; Sun, 1 Sep 2013 19:34:07 -0700 (PDT) In-Reply-To: References: <5223DDA3.6020908@blackfoot.net> Date: Sun, 1 Sep 2013 22:34:07 -0400 Message-ID: Subject: Re: trouble building lsof? From: "illoai@gmail.com" To: Gary Aitken Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 02:34:07 -0000 On 1 September 2013 22:32, illoai@gmail.com wrote: > On 1 September 2013 20:36, Gary Aitken wrote: >> portsnap and update just done, >> UPDATING shows nothing, >> /etc/make.conf contains >> WITH_PKGNG=yes > > I don't know, but I have it set to use gcc46 & it builds fine. > > Do you perhaps have > WITH_CLANG_IS_CC= > set? > Check that. It builds fine with clang on 9.2-RC3. -- --