-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build the sandbox #474
Comments
It sounds like the git submodule is empty, did you clone submodules with |
... and did that command succeed? (github has been very flaky for me today) |
had a typo when I replaced the url = git@... with https://... |
At the end of the make, I got some errors... Connecting to www.thekelleys.org.uk (www.thekelleys.org.uk)|213.138.109.107|:80... connected. Makefile:39: recipe for target 'work/dnsmasq-2.67.tar.gz' failed Makefile:39: recipe for target 'work/dnsmasq-2.67.tar.gz' failed |
Looks like that dnsmasq version has been moved to the archive. You can edit |
Looks like the sandbox has been updated (including dnsmasq: But the submodule references to older version of tmc-sandbox. You could also try using the master branch of tmc-sandbox ( |
I changed the dnsmasq version to 2.78 and it ran. Now when I tried to bundle install, I get Mike |
Not that I know of. TMC has always been difficult to set up unfortunately, and for various reasons, mostly lack of time, it has never been automated as well as it could be. |
I got all the way to
Build sandbox
$ cd ext/tmc-sandbox
$ sudo make
I get an error on sudo make :
make: *** No targets specified and no makefile found. Stop.
Not sure what to do at this point.
The text was updated successfully, but these errors were encountered: