03:08 < landley_> Grabbed the git repo, ran "make menuconfig", it died with prerequisite complaints. 03:09 < landley_> Checking 'openssl'... ok. 03:09 < landley_> Build dependency: Please install the openssl library (with development headers) 03:09 < landley_> Build dependency: Please install GNU 'awk' 03:09 < landley_> So it was happy with openssl, but wants me to install it. 03:09 < landley_> Awk is there (stock ubuntu version), but failed? Ok... 03:10 < landley_> It says "Use FORCE=1 to override", but "make FORCE=1 menuconfig" produced exactly the same output. 03:10 < landley_> Why _menuconfig_ is doing the prerequisite checking, I couldn't tell you. 03:11 < landley_> The readme says: You need to have installed gcc, binutils, bzip2, flex, python, perl, make, 03:11 < landley_> find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers. 03:12 < landley_> Does not mention opensl... 03:13 < landley_> The next to last git commit says it bumped the openssl version, but it refuses to run menuconfig unless I install it on the host? 03:13 < landley_> I'm CONFUSED! 03:14 < landley_> Darn it, commented out both instances of include depends.mk in the top level makefile, and it's stew spewing dependency checks when I run make menuconfig. 03:17 < landley_> Deleting large chunks of makefile until menuconfig deigns to run... 03:19 < landley_> And now "make menuconfig" is sitting here eating 100% of cpu for 30 seconds and counting... 03:19 < landley_> I just want to see what packages you support! This shouldn't be this much work... 03:20 < landley_> Yeah, I'm calling it. This is not a real project. Bye.