From owner-freebsd-ports@freebsd.org Sun May 29 15:10:08 2016 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 092E0B5369F for ; Sun, 29 May 2016 15:10:08 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5641875; Sun, 29 May 2016 15:10:07 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 7C6301CCD8; Sun, 29 May 2016 11:10:05 -0400 (EDT) Subject: Re: vlc fails to compile on current? To: Thomas Zander References: <60061558-2ba9-c0fa-f274-d791483f8f11@protected-networks.net> Cc: FreeBSD Ports From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <50947637-0b82-c815-724f-5a8cc1034c25@protected-networks.net> Date: Sun, 29 May 2016 11:10:03 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 15:10:08 -0000 On 05/29/16 08:57, Thomas Zander wrote: > On 29 May 2016 at 02:22, Michael Butler wrote: >> Is anyone else seeing this? >> [...] > >> In file included from demux/mkv/util.cpp:24: >> In file included from demux/mkv/mkv.hpp:56: >> In file included from /usr/include/c++/v1/iostream:38: >> In file included from /usr/include/c++/v1/ios:216: >> In file included from /usr/include/c++/v1/__locale:15: >> In file included from /usr/include/c++/v1/string:439: >> In file included from /usr/include/c++/v1/algorithm:628: >> In file included from /usr/include/c++/v1/memory:616: >> /usr/include/c++/v1/atomic:823:1: error: expected unqualified-id >> kill_dependency(_Tp __y) _NOEXCEPT > > This looks like you hit > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209722 > > Dimitry has proposed a patch for this issue. Will test it and see that > we get a solution committed asap. Thanks - I patched as proposed and it now compiles and runs as hoped :-) imb