From owner-freebsd-questions@FreeBSD.ORG Mon Sep 2 04:48:53 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 1474D96B for ; Mon, 2 Sep 2013 04:48:53 +0000 (UTC) (envelope-from vagabond@blackfoot.net) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D17232D2D for ; Mon, 2 Sep 2013 04:48:52 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r824miw4026984; Sun, 1 Sep 2013 22:48:44 -0600 (MDT) (envelope-from vagabond@blackfoot.net) Message-ID: <522418AC.2020903@blackfoot.net> Date: Sun, 01 Sep 2013 22:48:44 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: "illoai@gmail.com" Subject: Re: trouble building lsof? References: <5223DDA3.6020908@blackfoot.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sun, 01 Sep 2013 22:48:44 -0600 (MDT) 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 04:48:53 -0000 On 09/01/13 20:34, illoai@gmail.com wrote: > 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. strange. #make build-depends-list /usr/ports/ports-mgmt/pkg there are no dependencies other than bare system ones, so it's doubly strange. It's complaining that ThreadRuneLocale is undefined. It's referenced in /usr/include/runetype.h, but not defined in any of /usr/include/*.h or /usr/include/sys/*.h Can someone tell me where it's supposed to be defined?