you can also try a grep through all Makefile(s) to see which package has rrdtool in it's DEPENDS section if some package has it in it's DEPENDS, the build system will pull it; one easy way to check that some package depends on rrdtool is to run make defconfig and you'll eventually see that package selected;
did you try a clean build ? when I'm puzzled about build errors, I clean the dir, or even git clone a fresh one; you could try to clean everything except the openwrt/dl folder and start fresh On Mon, Nov 17, 2014 at 9:16 PM, Robert P. J. Day <rpj...@crashcourse.ca> wrote: > > i am out of ideas here ... i'm doing a full build for my archer c7 > router and, when a package fails to build, i simply deselect that > package via "make menuconfig" (and, of course, any other packages that > select it) and restart the build. > > at the moment, given that rrdtool failed to build, i deselected > it, but the build again failed trying to build rrdtool. i've verified > through "make menuconfig" that it is indeed deselected. here are the > lines in .config related to rrdtool: > > $ grep rrdtool .config > CONFIG_PACKAGE_lighttpd-mod-rrdtool=m > CONFIG_PACKAGE_collectd-mod-rrdtool=m > # CONFIG_PACKAGE_rrdtool is not set > # CONFIG_PACKAGE_rrdtool1 is not set > $ > > i'm baffled ... given that rrdtool is clearly not selected for > building, why does a simple "make" insist on trying to build it? what > triviality am i overlooking? > > rday > > -- > > ======================================================================== > Robert P. J. Day Ottawa, Ontario, CANADA > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel