I'm setting up VirtualBox gitian VMs from scratch, and building the first dependency (boost-linux.yml) failed because of missing "g++".
apt-get install g++ into my base VM fixes it, but I think the .yml file (or maybe several of our gitian-descriptor .yml files) needs g++ as a required package.