krkhan / openwrt-bro

Makefiles and patches for compiling Bro IDS with OpenWRT Buildroot
10 stars 4 forks source link

No rule to make target .../host/compile #4

Open phschaeff opened 7 years ago

phschaeff commented 7 years ago

Hi, I'm trying to compile bro-ids with your patches for different target systems (ar7xxx, x86, Allwinner ...). Even with a fresh openwrt build root, src-link bro [...]/openwrt-bro in feeds.conf ./scripts/feeds update -a ./scripts/feeds install -a and no changes to .config other than selecting bro and the target system I always run into

make[2]: *** No rule to make target package/feeds/packages/bind/host/compile', needed bypackage/feeds/bro/bro/host/compile'. Stop.

What am I missing?

Thanks for your help, Philippe

phschaeff commented 7 years ago

I have tried current branch as well as the 14.07 and 12.09 branches: git clone https://github.com/jaredjennings/openwrt-bro.git git clone https://github.com/openwrt/openwrt.git cd openwrt cp feeds.conf.default feeds.conf echo "src-git bro https://github.com/jaredjennings/openwrt-bro.git" >> feeds.conf ./scripts/feeds update -a ./scripts/feeds install -a ./scripts/feeds update bro ./scripts/feeds install -p bro make V=s

(alternatively with "git clone git://git.openwrt.org/12.09/packages.git" and "git clone -b barrier_breaker git://github.com/openwrt/openwrt.git")

Always with the same result: make[2]: *** No rule to make target package/feeds/oldpackages/bind/host/compile', needed bypackage/feeds/bro/bro/host/compile'. Stop.

Any help or hints are very welcome ...

Regards, Philippe