Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 07:06:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217656] [PATCH] security/bro: Update to 2.5, unbreak build with BROKER, add rc.d script
Message-ID:  <bug-217656-13-l5zbCxRJz7@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 #15 from Reshad Patuck <reshadpatuck1@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@FreeBSD-10:/usr/ports/security/bro # make package
=3D=3D=3D>  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@FreeBSD-10:/usr/ports/security/bro #=20
---

Looks like the pkg-plist has the following files in it which are only gener=
ated
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

--=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-l5zbCxRJz7>