From owner-freebsd-ports@freebsd.org Wed May 10 22:12:55 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD151D6644B for ; Wed, 10 May 2017 22:12:55 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C1CB72FA for ; Wed, 10 May 2017 22:12:55 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id C10D9D6644A; Wed, 10 May 2017 22:12:55 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEFBDD66449 for ; Wed, 10 May 2017 22:12:55 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward2p.cmail.yandex.net (forward2p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 765192F9; Wed, 10 May 2017 22:12:55 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [95.108.130.60]) by forward2p.cmail.yandex.net (Yandex) with ESMTP id 4A7F621166; Thu, 11 May 2017 01:12:52 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 0601D3EC0DFD; Thu, 11 May 2017 01:12:50 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 79G1YGxNch-CmeeT8lH; Thu, 11 May 2017 01:12:49 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1494454369; bh=ijWTmqOtqU9LT+j7by9sej0CDD5Ox8i/y8q8FqolNtM=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References; b=D8vV3Y+jZNOnRUVK/LhM+x3HPGqvVX5cyFR3PR8l0x+XCo0OdGGM+pUpvDMLhZoCZ mxD/Wc8t5+mj5ki7nPVvEalXiJChAojxBj3X/CVDEVJJs7gCd+GNdjRbDLUzLx+mOY in8jy83D90a45cFk3rqmSi9b+2tpWPIP8H8n70t4= Authentication-Results: smtp2j.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0,1 0 Message-ID: <1494454366.58865.1.camel@yandex.com> Subject: Re: blender-2.78c From: Stari Karp To: Jan Beich , =?UTF-8?Q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D0=B5=D1=80=D0=B5=D0=B3=D0=BE=D0=B2?= Cc: ports@freebsd.org Date: Wed, 10 May 2017 18:12:46 -0400 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 22:12:56 -0000 On Wed, 2017-05-10 at 13:45 +0200, Jan Beich wrote: > Алексей Берегов writes: > > > > > /usr/ports/graphics/blender/work/blender- > > 2.78c/intern/cycles/bvh/../util/util_vector.h:46:22: > > error: type 'std::vector >' is not > > a > > direct or virtual base of 'ccl::vector > ccl::StackAllocator<256, int> >' > >         explicit vector() : std::vector > allocator_type>() {  } > >                             ^~~~~ > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218703 has a fix. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o > rg" And how will building with option Cycles and CYCLESOSL=on: Shading support for the cycles render engine works? Openshading lannguage needs clang34 and llvm34 and xserver cannot start if is llvm34 installed?