FYI: V8 compile issue & fix in OpenWRT from source (Wheezy 64 host)

Hi all - just wanted to let you know I ran into the issue on this page:

http://debian.2.n7.nabble.com/Bug-648889-usr-include-features-h-323-catastrophic-error-could-not-open-source-file-quot-bits-predef-td560517.html

when compiling OpenWRT from source. It's tripped in the V8 (javascript engine) package in accessors.cc

Fix in the above link - install "libc6-dev-i386" seems to work

Hope this helps anyone else who hits this issue

Compile completed OK with two more minor issues

"Seek" package failed download - removed using "make menuconfig" to de-select it.
"Distribute" package failed compile in parallel make mode, succeeded in single.

Thank you cydergoth. Using a 64 bit box is not supported. It's known to work (my pc is 64 bit and I do all the development on it) but we don't support it: making everyone use the same setup gives everyone the best chances to succeed.

As for the missing package, it may happen. Only possible solution is to wait until upstream site becomes available once more or, as you did, remove the package from the list.
That's also why the build script tries to keep all the downloaded packages into DL folder.