[Bug 217656] [PATCH] security/bro: Update to 2.5, unbreak build with BROKER, add rc.d script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 16 07:06:48 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217656
--- Comment #15 from Reshad Patuck <reshadpatuck1 at gmail.com> ---
(In reply to leres from comment #14)
Hi, sorry for the delay.
I just tried compiling this on FreeBSD 10.3-RELEASE, 11.0-RELEASE and
12-CURRENT.
The port compiles with default options set (i.e. `make` runs) however the
package build fails (make pkg) with the following error.
---
root at FreeBSD-10:/usr/ports/security/bro # make package
===> Building package for bro-2.5.1
pkg-static: Unable to access file
/usr/ports/security/bro/work/stage/usr/local/lib/broctl/_pybroker.so:No such
file or directory
pkg-static: Unable to access file
/usr/ports/security/bro/work/stage/usr/local/lib/broctl/pybroker.py:No such
file or directory
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/security/bro
*** Error code 1
Stop.
make: stopped in /usr/ports/security/bro
root at FreeBSD-10:/usr/ports/security/bro #
---
Looks like the pkg-plist has the following files in it which are only generated
when you use set the 'BROKER' option.
With the 'BROKER' option set the port builds fine on FreeBSD 10.3 but fails to
build on 11.0 and 12.
It stops at "[2/95] Building CXX object
libcaf_core/CMakeFiles/libcaf_core_static.dir/src/abstract_actor.cpp.o" for
FreeBSD 11.0
and at "[8/95] Building CXX object
libcaf_core/CMakeFiles/libcaf_core_static.dir/src/abstract_coordinator.cpp.o"
for FreeBSD 12.
In both cases the error message is "ninja: build stopped: subcommand failed."
I will look into this more and also look at removing the pybroker files from
the plist and update you here.
Thanks,
Reshad
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list