I'm sure it's something I'm doing wrong, I just can't figure out what. I've actually had this problem for a bit and just haven't had time to try to troubleshoot it. Given that nobody else seems to be having the problem, I'm sure I'm just missing some change that my build scripts aren't accounting for.
When I do make world, I get the following series of messages: --- snip --- make[6]: Entering directory `/home/jhenderson/Downloads/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/collectd-4.10.7/bindings' cd perl && /usr/bin/perl Makefile.PL PREFIX=/usr Only one of PREFIX or INSTALL_BASE can be given. Not both. make[6]: *** [perl/Makefile] Error 2 make[6]: Leaving directory `/home/jhenderson/Downloads/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/collectd-4.10.7/bindings' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/home/jhenderson/Downloads/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/collectd-4.10.7/bindings' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/jhenderson/Downloads/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/collectd-4.10.7' make[3]: *** [/home/jhenderson/Downloads/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/collectd-4.10.7/.built] Error 2 make[3]: Leaving directory `/home/jhenderson/Downloads/openwrt/feeds/packages/utils/collectd' make[2]: *** [package/feeds/packages/collectd/compile] Error 2 make[2]: Leaving directory `/home/jhenderson/Downloads/openwrt' make[1]: *** [/home/jhenderson/Downloads/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2 make[1]: Leaving directory `/home/jhenderson/Downloads/openwrt' make: *** [world] Error 2 --- snip --- It seems the PREFIX/INSTALL_BASE message on the third line above is what's causing my issue. Looking at the makefiles, though, I can't see where it's picking up either value from. Can someone point me in the right direction to fix this? Thanks, Jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
