From owner-svn-ports-all@freebsd.org Sun Feb 11 10:00:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D223F075A2; Sun, 11 Feb 2018 10:00:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA9616FCFC; Sun, 11 Feb 2018 10:00:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9F2EA8B6C; Sun, 11 Feb 2018 10:00:22 +0000 (UTC) From: Jan Beich To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r461480 - head/audio/ardour/files References: <201802110914.w1B9E0PU095876@repo.freebsd.org> Date: Sun, 11 Feb 2018 11:00:15 +0100 In-Reply-To: <201802110914.w1B9E0PU095876@repo.freebsd.org> (Alexey Dokuchaev's message of "Sun, 11 Feb 2018 09:14:00 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Feb 2018 10:00:23 -0000 Alexey Dokuchaev writes: > Author: danfe > Date: Sun Feb 11 09:14:00 2018 > New Revision: 461480 > URL: https://svnweb.freebsd.org/changeset/ports/461480 > > Log: > Fix another several issues that were upsetting new Clang, missed in r460224. It still fails, see https://ptpb.pw/uUFu In file included from libs/gtkmm2ext/gtk_ui.cc:29: In file included from /usr/local/include/gtkmm-2.4/gtkmm.h:87: In file included from /usr/local/include/glibmm-2.4/glibmm.h:89: In file included from /usr/local/include/glibmm-2.4/glibmm/thread.h:50: In file included from /usr/local/include/sigc++-2.0/sigc++/sigc++.h:104: In file included from /usr/local/include/sigc++-2.0/sigc++/signal.h:8: In file included from /usr/local/include/sigc++-2.0/sigc++/signal_base.h:27: /usr/local/include/sigc++-2.0/sigc++/functors/slot.h:147:14: error: cannot initialize return object of type 'bool' with an rvalue of type 'typename deduce_result_type<_GdkEventAny *const &>::type' (aka 'void') return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...] libs/gtkmm2ext/gtk_ui.cc:103:41: note: in instantiation of function template specialization 'sigc::slot::slot, Gtk::Window *> >' requested here errors->signal_delete_event().connect (bind (sigc::ptr_fun (just_hide_it), (Window *) errors)); ^