secureworks / dalton

Suricata and Snort IDS rule and pcap testing system
Apache License 2.0
448 stars 91 forks source link

Unable to build zeek #170

Open spuder opened 3 months ago

spuder commented 3 months ago

zeek docker container can't be built

Git Commit

38818c12f7d8bc0578dc3caff26aa4338dc0a37d

Steps to reproduce

podman compose build agent-zeek-current
....

[ 28%] Building CXX object src/analyzer/CMakeFiles/bro_analyzer.dir/Manager.cc.o
Scanning dependencies of target plugin-Zeek-AYIYA
make[3]: Leaving directory '/src/zeek-4.0.2/build'
make[3]: Entering directory '/src/zeek-4.0.2/build'
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
make[3]: Leaving directory '/src/zeek-4.0.2/build'
make[2]: *** [CMakeFiles/Makefile2:3261: auxil/broker/caf/libcaf_core/CMakeFiles/libcaf_core.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
make[3]: Leaving directory '/src/zeek-4.0.2/build'
[ 29%] Built target plugin-Zeek-AYIYA
[+] Building 0.0s (0/0)
make[3]: Leaving directory '/src/zeek-4.0.2/build'
[ 29%] Built target bro_analyzer
[+] Building 0.0s (0/0)
make[3]: Leaving directory '/src/zeek-4.0.2/build'
[ 29%] Built target bro_probabilistic
make[2]: Leaving directory '/src/zeek-4.0.2/build'
make[1]: Leaving directory '/src/zeek-4.0.2/build'
make[1]: *** [Makefile:152: all] Error 2
[+] Building 0.0s (0/0)
building at STEP "RUN ./configure && make -j $(nproc) && make install": while running runtime: exit status 2

Error: executing /usr/local/bin/docker-compose up: exit status 1
rkoumis commented 3 months ago

Hmmm, that is odd.