Problem compiling software because of musl toolchain cpu_set_t issue

1 post / 0 new
#1 Sat, 2014-07-26 13:37
PA
  • PA's picture
  • Offline
  • Last seen: 11 months 2 weeks ago
  • Joined: 2014-07-25

I am compiling suricata; I get error at reputation.c using util-affinity.c util-affinity.h, the cpu_set_t typedef is not set or correct #include or something;

cpu_brio_iniit
cpu_prime_init

#define cpu_set_t cpuset_t

#include

I beileve it is because of use of msul usage in Alpine. I need the correct compile time falgs, and libraires to configure and complie suricata.

Second, I compiled xombrero browser from github, It compiles alright but I get segmentation fault as it opens and closes.

Can somebody make suricata and xomberero for Alpine Linux x86-64

Thanks.