From owner-freebsd-ports-bugs@freebsd.org Mon Jul 24 07:16:54 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 DBF30DBCC23 for ; Mon, 24 Jul 2017 07:16:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6DCC8370F for ; Mon, 24 Jul 2017 07:16:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6O7GskM007282 for ; Mon, 24 Jul 2017 07:16:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217656] security/bro: Update to 2.5, unbreak build with BROKER, add rc.d script Date: Mon, 24 Jul 2017 07:16:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: reshadpatuck1@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 07:16:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217656 --- Comment #25 from Reshad Patuck --- (In reply to leres from comment #24) Hey, Thanks for the patch The patch builds now (stock without BROKER) but with BROKER on 11 and 12 is still broken. I don't need BROKER so this is fine for me, but we should fix this before we commit it to the ports tree.=20 Here is the error I get on 12, I get a similar thing on 11. 10.3 builds fin= e. --- root@FreeBSD-ports:/usr/ports/security/bro/work/.build-caf # ninja -j 1 ins= tall [1/88] Building CXX object libcaf_core/CMakeFiles/libcaf_core_static.dir/src/actor_addr.cpp.o FAILED: libcaf_core/CMakeFiles/libcaf_core_static.dir/src/actor_addr.cpp.o= =20 /usr/bin/CC -I/usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_= core -I/usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_io -I/usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_test -I/usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/. -std=3D= c++11 -Wextra -Wall -pedantic -ftemplate-depth=3D512 -stdlib=3Dlibc++ -pthread -f= PIC -O2 -g -MD -MT libcaf_core/CMakeFiles/libcaf_core_static.dir/src/actor_addr.cpp= .o -MF libcaf_core/CMakeFiles/libcaf_core_static.dir/src/actor_addr.cpp.o.d -o libcaf_core/CMakeFiles/libcaf_core_static.dir/src/actor_addr.cpp.o -c /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/src/actor_a= ddr.cpp In file included from /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/src/actor_a= ddr.cpp:22: In file included from /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/local_a= ctor.hpp:33: /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/message= .hpp:403:10: warning: redundant move in return statement [-Wredundant-move] return std::move(other); ^ /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/message= .hpp:403:10: note: remove std::move call here return std::move(other); ^~~~~~~~~~ ~ In file included from /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/src/actor_a= ddr.cpp:22: In file included from /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/local_a= ctor.hpp:38: In file included from /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/spawn_f= wd.hpp:27: /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/typed_a= ctor.hpp:197:21: error: 'ptr_' is a private member of 'caf::actor' ptr_.swap(other.ptr_); ^ /usr/ports/security/bro/work/actor-framework-0.14.5/libcaf_core/caf/actor.h= pp:173:22: note: declared private here abstract_actor_ptr ptr_; ^ 1 warning and 1 error generated. ninja: build stopped: subcommand failed. --=20 You are receiving this mail because: You are the assignee for the bug.=