|
I forgot my github pass, so i will write here. I can't build image from https://github.com/jernejsk/OpenELEC-OPi2. Error is:
- Cant't get ccache sources : http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2
- Try later !!
- Makefile:10: recipe for target 'image' failed
Copy code- http://sources.openelec.tv/mirror/ccache/ccache-3.3.3.tar.bz2
- Resolving sources.openelec.tv (sources.openelec.tv)... 82.220.2.33
- Connecting to sources.openelec.tv (sources.openelec.tv)|82.220.2.33|:80... connected.
- HTTP request sent, awaiting response... 404 Not Found
Copy code
About sources.openelec.tv, there is no ccache-3.3.3.tar.bz2, so maybe this is normal behaviour.
- http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2
- Resolving samba.org (samba.org)... 144.76.82.156, 2a01:4f8:192:486::443:2
- Connecting to samba.org (samba.org)|144.76.82.156|:80... failed: Connection refused.
Copy code
About http://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2, i noticed it's https, not http, so the correct link must be https://samba.org/ftp/ccache/ccache-3.3.3.tar.bz2 .
I try to manually copy ccache-3.3.3.tar.bz2 to /OpenELEC-OPi2/sources/ccache , but the script still try to download it and i have the same error.
Where can i edit this to correct the link? Or how can i skip downloading of this file, since i manually download it (if it is in correct directory)? |
|