There is an osxsierra
Vagrant box defined, but it has some restrictions on use.
Only if the underlying hardware is detected as Apple Mac and you've checked the licensing agreement is valid and explictly acknowledged this by touching a file.
The Vagrantfile will not allow launching the osxsierra
box until you do.
Please read the licensing agreement.
-
Getting the PCP build log from the guest. First install this plugin:
vagrant plugin install vagrant-scp
then you can grab the build log from the guest via:
vagrant scp osxsierra:/vagrant/Logs/pcp .
- The first time you run
vagrant up osxsierra
you will get anrsync
error. This can be safely ignored for now, just runvagrant provision osxsierra
to continue past this. Honestly thersync
error is probably a real issue, but there's more issues to battle through first..
- During the
Makepkg
build of PCP there are errors occuring aroundtar
failures.