Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Build failed due to the missing catalog.json file #29

Open
cyberfifi opened this issue Jun 23, 2017 · 1 comment
Open

Build failed due to the missing catalog.json file #29

cyberfifi opened this issue Jun 23, 2017 · 1 comment

Comments

@cyberfifi
Copy link

cyberfifi commented Jun 23, 2017

Hi,

I am a windows10 user. The build failed due to the below error.

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'android' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'android' (v0) for provider: virtualbox
    default: Unpacking necessary files from: file:///C:/Users/sfei/Downloads/android-x86-64-vagrant/images/catalog.json
    default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Couldn't open file /C:/Users/sfei/Downloads/android-x86-64-vagrant/images/catalog.json
@vdloo
Copy link
Owner

vdloo commented Jun 24, 2017

HI @shiyang-fei, this repo does not come with a pre-built and hosted Vagrant box. If you want to just run vagrant up you'd have to build the box yourself first, and if you want to deploy it over multiple machines you could set up a webserver to host the catalog.json and the boxfile. If you just want to run the VM locally you can run ./boot.sh. That will trigger the buildscript which builds the VM base image from the packer template. I have never tested this script on Windows, so there might be some issues out of the box.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants