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