Date: Mon, 24 Jul 2017 07:16:54 +0000 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 Message-ID: <bug-217656-13-JH5gBDcciR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217656-13@https.bugs.freebsd.org/bugzilla/> References: <bug-217656-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217656 --- Comment #25 from Reshad Patuck <reshadpatuck1@gmail.com> --- (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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217656-13-JH5gBDcciR>