On Wed, 10 Dec 2014, Jo-Philipp Wich wrote: > Hi, > > what you actually see is the message "Binary file matches" which is > emitted by "grep" when it finds the given string in a file it considers > to be binary. > > My gut feeling is that the error happens in "include/scan.mk", > specifically the "xargs grep -HE ..." part. > > Maybe something is wonky with the cloned feed directories so that a file > called "Makefile" is found which contains binary data... > > I have no idea why and where it happens exactly in your case but I > suggest to start comparing the environments (env, export, etc.) of a > working and a broken system.
i suspect you already know this, but it appears grep 2.21 is the culprit: http://lists.gnu.org/archive/html/bug-grep/2014-12/msg00003.html and that's the version that's on my fedora rawhide system. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
