<ocdtrekkie>
Can you see if https://app.vagrantup.com/debian/boxes/contrib-jessie64 can work in it's place? Apparently the Sandstorm version of the box was made just to maintain vboxsf support, and this version includes it.
pie__ has joined #sandstorm
jemc has quit [Ping timeout: 240 seconds]
digitalcircuit has quit [Ping timeout: 240 seconds]
<ocdtrekkie>
But contrib-jessie64 gets us updates, so is probably the better choice if it works.
jemc has joined #sandstorm
pie__ is now known as pie_
n8a has quit [Ping timeout: 252 seconds]
<Kasgel>
ocdtrekkie: debian/contrib-jessie64 did not work straight away. Seems like it is missing the curl package.
<Kasgel>
default: /opt/app/.sandstorm/global-setup.sh: line 14: curl: command not found
<ocdtrekkie>
Hmmm, perhaps we can get the setup scripts to install it after the fact.
<Kasgel>
Could be.
<Kasgel>
Trying debian/jessie64 now...
n8a has joined #sandstorm
digitalcircuit has quit [Remote host closed the connection]
digitalcircuit has joined #sandstorm
xet7 has quit [Quit: Leaving]
<Kasgel>
debian/jessie64 does not work straight away either. It's missing the Virtualbox Guest Additions. Trying to install...
xet7 has joined #sandstorm
<Kasgel>
Alright. debian/contrib-jessie64 is only missing curl and debian/jessie64 is missing curl and the VBox Guest Additions.
jemc has quit [Quit: WeeChat 1.9]
<Kasgel>
Can't get this to work. Vagrant is running some setup scripts within the VM to install sandstorm. E.g. sudo bash /opt/app/.sandstorm/setup.sh
<Kasgel>
debian/jessie64 nor debian/contrib-jessie64 have these scripts pre-installed.
tg has joined #sandstorm
<ocdtrekkie>
Yeah, so we probably need to use contrib-jessie64 and then vagrant-spk needs to add the install commands to add curl (and anything else that we need).
<ocdtrekkie>
vagrant-spk is currently not really maintained, and I think using a remotely-hosted pinned custom vbox was probably a mistake for long-term purposes. But when it was developed it had staff maintaining it.
<xet7>
What are you trying to make working?
<Kasgel>
Just trying to get an app running with vagrant-spk.
<xet7>
Ok
<xet7>
what app?
<Kasgel>
Well, for starters, any app. Trying to compile Davros at the moment.
<xet7>
Ok
<Kasgel>
There's nothing wrong with the app itself. vagrant-spk just no longer works
<xet7>
I have only used meteor-spk
<ocdtrekkie>
Basically, the problem is that vagrant-spk uses a Linux image that no longer is available for download.
<Kasgel>
No, that fix is only required with older Vagrant versions that have the old https://atlas.hashicorp.com address hardcoded in them (or in some other cases). I only changed the box to contrib-jessie64 and then added the curl installation command to global-setup.sh
robbt has quit [Quit: Connection closed for inactivity]
<ocdtrekkie>
Would you be willing to send a PR for the changes that got you to where you are to that repo?
<Kasgel>
yes
<ocdtrekkie>
Okay, because I :believe: once the capnproto issue is resolved, that should put vagrant-spk back into a working state.
<ocdtrekkie>
Unless other things are broken that haven't been discovered since they broke since the above two issues also broke.
<Kasgel>
And I only wanted to get one app compiled...
<ocdtrekkie>
The app packaging process needs a little love right now. :/
<ocdtrekkie>
Personally I need to assemble a new Linux machine so I can test this stuff. I think I wiped mine.