Template:Expected Build Warnings
Can not write log, openpty() failed (/dev/pts not mounted?)
Does not affect the build. [1]
[....] Your system does not have the CPU extensions required to use KVM. Not doing anything. ...[ FAIL ]
Does not affect the build. [2]
[....] Stopping VirtualBox kernel modules [ ok ]. [....] Starting VirtualBox kernel modules[....] No suitable module for running kernel found ...[ FAIL ] invoke-rc.d: initscript virtualbox, action "restart" failed.
Does not affect the build. [3]
WARNING: The character device /dev/vboxdrv does not exist. Please install the virtualbox-ose-dkms package and the appropriate headers, most likely linux-headers-486. You will not be able to start VMs until this problem is fixed.
Does not affect the build. [4]
dpkg: warning: failed to open configuration file '/root/.dpkg.cfg' for reading: Permission denied
Does not affect the build. [5]
Related forum topic:
Expected Build Warnings
- ↑ Nothing to worry about. Only happens because we are running commands inside chroot. If you research this "issue", you'll read that it is purely cosmetic.
- ↑ KVM gets installed as dependency of our build dependency libguestfs-tools. We don't need KVM for building the actual images.
- ↑ Only means, that VirtualBox can not be started. VirtualBox kernel modules could not be complied, because the linux-headers-$(uname -r) package was not installed prior installing VirtualBox (prior starting Whonix's build script). The build script doesn't start VirtualBox, hence does not affect the build. The build script only uses VBoxManage for creation of virtual machine description files and that tool doesn't need VirtualBox kernel modules.
- ↑ Same as above.
- ↑ This happens because we are running debuild as user, not root. Probably a bug in dpkg. If you research this, you'll see, there were many such bugs in dpkg.