nerves-web-kiosk / kiosk_system_rpi3

Nerves QtWebEngine Kiosk system for Raspberry Pi 3
Apache License 2.0
67 stars 25 forks source link

Build stuck at "Cloning into 'linux-1ebe8d4a4c96cd6a90805c74233a468854960f67'..." #3

Closed orestis closed 6 years ago

orestis commented 7 years ago

build.log contents:

>>> linux 1ebe8d4a4c96cd6a90805c74233a468854960f67 Downloading
Doing full clone
Cloning into 'linux-1ebe8d4a4c96cd6a90805c74233a468854960f67'...
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
--2017-07-18 18:13:31--  http://sources.buildroot.net/linux-1ebe8d4a4c96cd6a90805c74233a468854960f67.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
Connecting to sources.buildroot.net (sources.buildroot.net)|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-07-18 18:13:31 ERROR 404: Not Found.

package/pkg-generic.mk:139: recipe for target '/nerves/build/build/linux-1ebe8d4a4c96cd6a90805c74233a468854960f67/.stamp_downloaded' failed
make[1]: *** [/nerves/build/build/linux-1ebe8d4a4c96cd6a90805c74233a468854960f67/.stamp_downloaded] Error 1
make: *** [_all] Error 2
Makefile:16: recipe for target '_all' failed

I can confirm that http://sources.buildroot.net/linux-1ebe8d4a4c96cd6a90805c74233a468854960f67.tar.gz is not present on the remote server but I'm not sure how to find the Git URL for the original clone to try it out locally.

orestis commented 6 years ago

Turns out this was a weird issue I had at my native Mac machine and long network connections. Closing.