From owner-freebsd-questions@FreeBSD.ORG Mon Sep 2 02:32:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF978C24 for ; Mon, 2 Sep 2013 02:32:17 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C98627DC for ; Mon, 2 Sep 2013 02:32:17 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kl13so4562453pab.20 for ; Sun, 01 Sep 2013 19:32:17 -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=MtfVu4VcbrWnDc9e+gDdp5HYpCtlc7qPZPBsfghueVc=; b=HxaWcnGG/vPOPgeTvPCAhbAVHT/JhOTCf6Ap7IS5Q4WMzAnw0ZLf5EpzXfp3oHdGDC hrnkQp9oY1L/uv8kFX+vZHcIYHQfziTBuKSD0tndnpdGCAmssWqbCcorQK0T75/jpkK7 JhSbM/G7NESK5uJckiipaL7bw5l/eWLtKc3SlndohewAuog3pb777yeSeSNe8yu9YZpz W027F+O2AJk4jQh3UOpEZpqLLRrB2UByZ/N2eQmp7rL2Wb0wkxL1yLW3q3yqD+VSB321 B1S4TNcd60fVF/eCIKqhAroxz7byvkE69HWUkDcqu0yd5fLhI4I10NojB+SAIjCfihgF oKow== MIME-Version: 1.0 X-Received: by 10.68.244.168 with SMTP id xh8mr22901793pbc.3.1378089137316; Sun, 01 Sep 2013 19:32:17 -0700 (PDT) Received: by 10.68.129.99 with HTTP; Sun, 1 Sep 2013 19:32:17 -0700 (PDT) In-Reply-To: <5223DDA3.6020908@blackfoot.net> References: <5223DDA3.6020908@blackfoot.net> Date: Sun, 1 Sep 2013 22:32:17 -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:32:17 -0000 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? -- --