opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

make for wazuh-manager failed unexpectedly #199

Open BobzeeBuilder opened 2 months ago

BobzeeBuilder commented 2 months ago

Hello,

I tried to do a make install for /usr/ports/security/wazuh-manager, but I am getting the following make error:

===> Building for tcl86-8.6.14_2 /usr/sbin/dtrace -h -o tclDTrace.h -s /usr/obj/usr/ports/lang/tcl86/work/tcl8.6.14/generic/tclDTrace.d dtrace: failed to compile script /usr/obj/usr/ports/lang/tcl86/work/tcl8.6.14/generic/tclDTrace.d: "/usr/lib/dtrace/mbuf.d", line 1: syntax error near "caddr_t" *** [tclDTrace.h] Error code 1

make: stopped in /usr/obj/usr/ports/lang/tcl86/work/tcl8.6.14/unix 1 error

make: stopped in /usr/obj/usr/ports/lang/tcl86/work/tcl8.6.14/unix ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1

Stop. make[5]: stopped in /usr/ports/lang/tcl86 *** Error code 1

Stop. make[4]: stopped in /usr/ports/graphics/graphviz *** Error code 1

Stop. make[3]: stopped in /usr/ports/devel/doxygen *** Error code 1

Stop. make[2]: stopped in /usr/ports/devel/rapidjson *** Error code 1

Stop. make[1]: stopped in /usr/ports/databases/arrow *** Error code 1

Stop. make: stopped in /usr/ports/security/wazuh-manager

Following the suggestion in the error, I also ran set MAKE_JOBS_UNSAFE=yes, but I am still seeing the same error.

My environment:

  1. OPNsense version: 24.1.8-amd64
  2. FreeBSD 13.2-RELEASE-p9

Let me know if this is not the right channel to raise this issue, or if more information is needed.

Thank you.