<div dir="ltr"><div><div>Building clamd for the raspberry openwrt platform.  Compiles and looks to finish the linking phases fine but then get a few [all-recursive] Errors.<br><br></div>Running the make with V=99 or V=s and need more details to see what's going on.<br>
<br></div>Here is the last few lines in the make output.  Seems that the binaries are created, but the PKG_INSTALL_DIR is not created yet.  Can't tell if or what library I'm missing here.<br><br><br>make[5]: Leaving directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4/clambc'<br>
Making all in unit_tests<br>make[5]: Entering directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4/unit_tests'<br>make[5]: Nothing to be done for `all'.<br>
make[5]: Leaving directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4/unit_tests'<br>make[5]: Entering directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4'<br>
make[5]: Leaving directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4'<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4'<br>
make[3]: *** [all] Error 2<br>make[3]: Leaving directory `/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4'<br>make[2]: *** [/home/derek/development/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/clamav-0.98.4/.built] Error 2<br>
make[2]: Leaving directory `/home/derek/development/openwrt/package/network/services/clamav'<br>make[1]: *** [package/network/services/clamav/compile] Error 2<br>make[1]: Leaving directory `/home/derek/development/openwrt'<br>
make: *** [package/clamav/compile] Error 2<br><br><div><br></div></div>