This is another error that seems to crop up when making Xen on Ubuntu – you can fix it by installing the texinfo package:
sudo apt-get install texinfo
The error message should now no longer appear.
This is another error that seems to crop up when making Xen on Ubuntu – you can fix it by installing the texinfo package:
sudo apt-get install texinfo
The error message should now no longer appear.
This error cropped up when we were building Xen on a system running Ubuntu 12.04 Server:
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
To get past this point, install gcc-multilib.
sudo apt-get install gcc-multilib
The required files are around 20MB and should allow you to get past that point of “make”.