Skip to content
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

externals.tar.bz2 as referenced in Makefile seems to be missing #513

Open
interstar opened this issue Apr 23, 2016 · 2 comments
Open

externals.tar.bz2 as referenced in Makefile seems to be missing #513

interstar opened this issue Apr 23, 2016 · 2 comments

Comments

@interstar
Copy link

interstar commented Apr 23, 2016

Following the build instructions and running make build_with_jit I get

curl -L https://github.com/pixie-lang/external-deps/releases/download/1.0/`uname -s`-`uname -m`.tar.bz2 > /tmp/externals.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    21    0    21    0     0      3      0 --:--:--  0:00:06 --:--:--     5
tar -jxf /tmp/externals.tar.bz2 --strip-components=2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
make: *** [externals.fetched] Error 2

Seems that the file that it's trying to curl isn't there. (It's just {"error":"Not Found"})

@alekcz
Copy link

alekcz commented May 30, 2016

Try run the following to see the url that is being constructed:

echo `uname -s`-`uname -m`.tar.bz2 

It might be that you architecture isn't supported or the result of evaluating the expression doesn't resolves to any of the URLs of the available files.
The files are available here: https://github.com/pixie-lang/external-deps/releases

@interstar
Copy link
Author

Yes ... running that command I get

Linux-i686.tar.bz2 

I'm on 32 bit Ubuntu. There doesn't seem to be a file of that name at external-deps/releases

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

No branches or pull requests

2 participants