From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 13:57:07 2013 Return-Path: Delivered-To: freebsd-current@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 A2A5218F; Tue, 1 Oct 2013 13:57:07 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 133802D34; Tue, 1 Oct 2013 13:57:06 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id o10so3494718eaj.27 for ; Tue, 01 Oct 2013 06:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=+DyJ03D3f0nTZGY2n08O0MI1ND51Ns97LtP5S15zlMo=; b=rTlE0WTHw4rxXGlP38E2m0/LySJv4T6GVarNhjghd++6rBD3TCqKVcuSndeoxhWwt6 j8YifWuvVvRZsQ+BFUBMi6fvtR56CqacpNhMlDKJxA6MU2xREwC5pmDDu8fPfWADWm7P ISfK1IMsZhXCY6mMpIkhNAeVoik74zCHVlPF8NYECXFbV4SqTrGtXpdIOQ0xfDw5RF5M Nkb3EnnQ2rL0wEQ/UFSCeNAUwgWBCEcmAMuDsmV0e0q4L8GL6/swgOZzmbgNUjHeKSCP K9Lrl5mv1i3k8eQjSUexavF2lE1HXy9+pUKmYxa0rknjgrF6CQhLrMRnAB6NocfXzlUF wnBg== X-Received: by 10.15.48.197 with SMTP id h45mr46547713eew.0.1380635825216; Tue, 01 Oct 2013 06:57:05 -0700 (PDT) Received: from scorpion.kiev.ua ([130.185.3.212]) by mx.google.com with ESMTPSA id bn13sm13552483eeb.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 06:57:04 -0700 (PDT) Message-ID: <524AD4AD.7030100@gmail.com> Date: Tue, 01 Oct 2013 16:57:01 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Glen Barber Subject: Re: CURRENT r 255964 not build References: <524AD026.5070403@gmail.com> <20131001134504.GN40093@glenbarber.us> In-Reply-To: <20131001134504.GN40093@glenbarber.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 13:57:07 -0000 *src.conf* ----------------------------- WITHOUT_AMD=YES WITHOUT_ATM=YES WITHOUT_AUDIT=YES WITHOUT_AUTHPF=YES WITHOUT_BIND=YES WITHOUT_BLUETOOTH=YES WITHOUT_BSNMP=YES WITHOUT_CTM=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_GAMES=YES WITHOUT_INET6=YES WITHOUT_IPFILTER=YES WITHOUT_IPFW=YES WITHOUT_IPX=YES WITHOUT_JAIL=YES WITHOUT_KERBEROS=YES WITHOUT_NDIS=YES WITHOUT_NIS=YES WITHOUT_PORTSNAP=YES WITHOUT_PROFILE=YES WITHOUT_QUOTAS=YES WITHOUT_RCMDS=YES WITHOUT_RCS=YES WITHOUT_SVNLITE=YES WITH_CLANG=YES WITH_CLANG_EXTRAS=YES WITH_CLANG_IS_CC=YES WITH_BSD_GREP=YES WITH_ICONV=YES WITH_LIBICONV_COMPAT=YES WITH_USB_GADGET_EXAMPLES=YES MALLOC_PRODUCTION=YES CC=clang CXX=clang++ CPP=clang-cpp WITH_LIBCPLUSPLUS=YES CXXFLAGS+= -stdlib=libc++ *make.conf* --------------------------------- CPUTYPE?=athlon64-sse3 KERNCONF=Kernel NO_CPU_CFLAGS=false NO_CPU_COPTFLAGS=false NO_FSCHG= NO_WERROR= WERROR= MAKE_JOBS_NUMBER=5 BATCH_DELETE_OLD_FILES=yes WITHOUT_INET6= yes WITHOUT_IPV6= yes WITH_SYSTEM_ICU= yes MALLOC_PRODUCTION= yes WITH_MMX= yes WITH_SSE= yes WITH_SSE2= yes WITH_SSE3= yes WITH_SSE4A= yes WITH_3DNOW= yes WITH_THREADS= yes WITH_PKGNG= yes WITHOUT_PROFILE= yes WITHOUT_DEBUG= yes WITHOUT_MODULES= bktr plip PRINTERDEVICE= ps DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R On 01.10.2013 16:45, Glen Barber wrote: > On Tue, Oct 01, 2013 at 04:37:42PM +0300, Alexander Panyushkin wrote: >> CURRENT r 255964 world not build >> > Please provide /etc/make.conf and /etc/src.conf. > > Glen >