I’m sure I must have been at near end of make buildworld (as of ten minutes ago). I’m trying to go with stable-11 from SVN, but it is not SVN fault. It’s a bug in the src itself when it comes to bhyve. I’m sure the developers know it by now, but is pushing for people to upgrade their hardware beyond 2010 so they can continue progress for the future. So I can understand that, but where's the overide-code? 2010 machines still lives.
Anyway, an important point is that I am doing this inside of Virtualbox hosted by FreeBSD. I did not tick the Devices | USB Devices | USB Disk 2.0 in the Virtualbox switching bar, so that could be a cause … but not in my case. I have done this on the FreeBSD-10.2 host in the past using the standard src, not the one from SVN
The solution I used back then was this inside the make.conf:
… but right now, I can’t shut down and start all over again. It took over 4.5 hours to just to reach this point under Virtualbox; and I have two more FreeBSD’s inside other Virtualbox’s to do the same thing with. Right now I don't need to reboot to refresh the memory. But memory is low after 4.5 hours (2G is now 125MB), just enough to complete.
I hope someone can tell me how to include some kind or override-code so that I can continue buildworld.
Here’s the error:
Anyway, an important point is that I am doing this inside of Virtualbox hosted by FreeBSD. I did not tick the Devices | USB Devices | USB Disk 2.0 in the Virtualbox switching bar, so that could be a cause … but not in my case. I have done this on the FreeBSD-10.2 host in the past using the standard src, not the one from SVN
The solution I used back then was this inside the make.conf:
Code:
WITHOUT_BHYVE=yes
I hope someone can tell me how to include some kind or override-code so that I can continue buildworld.
Here’s the error:
Code:
/usr/src/usr.sbin/bhyve/pci_xhci.c:49:10: fatal error: 'dev/usb/usbdi.h' file not found
#include <dev/usb/usbdi.h>
1 error generated.
*** error code 1
Stop.