As there's now no difference between the binaries downloaded by getVirtualBox and the result of compiling from source I thought I'd have a go at packaging it, because a package would be easier for those with multiple machines to maintain than a series of download scripts for different applications.
However, the compile fails at:
Checking for bcc:
** BCC not working!
configure.log contains:
bcc -B /usr/bin/ -C-c -3 -S -o /home/ken/src/rpm/BUILD/VirtualBox-4.0.6_OSE/.tmp_out /home/ken/src/rpm/BUILD/VirtualBox-4.0.6_OSE/.tmp_src.c
Unable to execute bcc-cpp.
** BCC not working!
Googling this suggests it is not a new check, but it is now failing. Does this indicate that the package containing bcc (dev86?) needs rebuilding, or is there now a missing dependency?