Solved Virtualbox-ose-4.3.18 build failure

Not sure why this is happening, it seems simple, but I'm struggling to get through it.

I'm using poudriere to build virtualbox-ose-4.3.18. Everything works, until it gets to the end and starts bundling the package. And, all because it's missing the French User Manual?

Code:
===>  Building package for virtualbox-ose-4.3.18
pkg-static: lstat(/wrkdirs/usr/ports/emulators/virtualbox-ose/work/stage/usr/local/share/doc/virtualbox-ose/UserManual_fr_FR.pdf): No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose
===>  Cleaning for virtualbox-ose-4.3.18
build of /usr/ports/emulators/virtualbox-ose ended at Fri Oct 31 07:15:00 PDT 2014
build time: 00:49:22
!!! build failure encountered !!!

The entire package is failing, because it can't find the French User Manual?

I can't find any switch for not requiring the French User Manual. I have NLS turned off completely from make.conf.

Is there a way to tell poudriere to nevermind French User Manuals, and it is OK to build the package without it? Or, a way to tell Virtualbox itself, I don't need a French User Manual?
 
Solved. Kind of.

Well, I turned all options off, built it, it failed. Reset to default options, built it, it didn't fail. So, maybe was just an option that got hung somewhere.
 
Back
Top