I am trying to rebuild R12 of Yocto. This compiled before, but it was before Sierra had the network issue. Now I’m getting this error Message from do_fetch:
ERROR: android-signing-native-1.0-r1 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS=“unix:abstract=/tmp/dbus-j7MFnGQaZP”; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/Rev12/poky/bitbake/bin:/usr/local/bin:/bin:/usr/bin"; export HOME="/home/me"; git -c core.fsyncobjectfiles=0 ls-remote git://github.com/braddu/android-signing.git failed with exit code 128, output:
fatal: unable to connect to github.com: github.com[0: 192.30.255.112]: errno=Connection timed out
ERROR: android-signing-native-1.0-r1 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/me/Rev12/build_bin/tmp/work/x86_64-linux/android-signing-native/1.0-r1/temp/log.do_fetch.18955
ERROR: Task (/home/me/Rev12/meta-swi/meta-swi-mdm9xxx/recipes-bsp/android-signing/android-signing-native.bb:do_fetch) failed with exit code ‘1’
The weird thing is the IP address shown is a non-public IP. I don’t know where it’s coming from, but I certainly don’t have that local IP address range here.
I am using R12, as R13 is not released for WP7601. I have tried several times to build R16, without success, but we would have to recertify if we change and since WP7601 is EOL, we are not going to update this firmware, so we need to stay with R12.
I have made the COMPAT_BYTE change in R12, that is why I am rebuilding, but getting this error shown above. Is there a way to get around this error?
I can ping gethub.com just fine, and it does show that IP, it just times out when it tries to execute this git command:
git -c core.fsyncobjectfiles=0 ls-remote git://github.com/braddu/android-signing.git
I can ping gethub.com just fine, and it does show that IP, it just times out when it tries to execute this git command:
git -c core.fsyncobjectfiles=0 ls-remote git://github.com/braddu/android-signing.git
@jyijyi, So, I tried to build R13. I get the same error. Github times out.
git -c core.fsyncobjectfiles=0 ls-remote git://github.com/braddu/android-signing.git, has the same Error.
And I can still ping github.
Yes, that works. However, if I change the source value to use https:, do_fetch errors out and says it must be “git”.
However, at the end of the line it says protocol=git, which I changed to protocol=https and that works.