From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 13:59:22 2013 Return-Path: Delivered-To: freebsd-current@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 6AB862E2; Tue, 1 Oct 2013 13:59:22 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-ea0-x22e.google.com (mail-ea0-x22e.google.com [IPv6:2a00:1450:4013:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1F452D5B; Tue, 1 Oct 2013 13:59:21 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id z15so3427640ead.19 for ; Tue, 01 Oct 2013 06:59:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3c4ORfoujhAtwdQNpKKbvP0aEQ8paE7moXQ/TcBfTY4=; b=VB1LspIxsVLwif8/+vXK8X+q/SNZH0h0xSbPajBfgfBYjjLKDZ3t0z1UEQW/ZJZ8ae vR3fM97Mexv18MKMfhJHcV9adwsqbGNbLeDMg3Vc6WQj4aGRLuxzzwyJBH71P9XMyQSy W2pVVXOe6kSRCf10n+XdO2Ck1swg7lglaurje1DaSqaaiBRphbrTuOsElsVh7oF3Jvzq IW7ErR8q4f0f0cZvR15WSud/CETEMcGiedc8qGVjkRon9bNBVGox2znV2GGTseciibER OIFLaH1JXwrqBK2HmaPRWmnyZpbIUGnJ7EK6lOOT/xcVyaRo3asfoUa7L80e9//ZRRO6 h+Zg== X-Received: by 10.14.183.130 with SMTP id q2mr46612083eem.5.1380635960233; Tue, 01 Oct 2013 06:59:20 -0700 (PDT) Received: from scorpion.kiev.ua ([130.185.3.212]) by mx.google.com with ESMTPSA id n48sm13567197eeg.17.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Oct 2013 06:59:19 -0700 (PDT) Message-ID: <524AD534.7080409@gmail.com> Date: Tue, 01 Oct 2013 16:59:16 +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:59:22 -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 .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*} CFLAGS+= -march=athlon64-sse3 -mtune=athlon64-sse3 CPPFLAGS+= -D_FORTIFY_SOURCE=2 CXXFLAGS+= -std=c++11 -stdlib=libc++ WITH_LIBCPLUSPLUS=YES .endif 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 >